Home
last modified time | relevance | path

Searched refs:HotMethodThreshold (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h85 size_t HotMethodThreshold() const { in HotMethodThreshold() function
Djit.cc371 return HotMethodThreshold() == 0; in JitAtFirstUse()
/art/runtime/interpreter/mterp/
Dmterp.cc907 int32_t hot_threshold = jit->HotMethodThreshold(); in MterpSetUpHotnessCountdown()