Increase the hotness lookup threshold.

Looking up method/field/string/class from nterp has a big cost, so
adjust the treshold accordingly.

Reduces jank on compose view scrolling for 20 seconds:
- For Go Mokey:
    - Before: ~300 frames drawn / ~30% janky frames
    - After:  ~400 frames drawn / ~22% janky frames
- For Pixel 8 pro:
    - Before: ~2300 frames drawn / ~3% janky frames
    - After:  ~2400 frames drawn / ~1% janky frames

Test: test.py
Bug: 313040662
Change-Id: Icf9c2a85f0a7b7633dddd3a28d44068111e01e35
1 file changed