Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h84 size_t HotMethodThreshold() const { in HotMethodThreshold() function
Djit.cc376 return HotMethodThreshold() == 0; in JitAtFirstUse()
Djit_code_cache.cc1293 uint16_t new_counter = Runtime::Current()->GetJit()->HotMethodThreshold() - 1u; in GarbageCollectCache()
/art/runtime/interpreter/mterp/
Dmterp.cc982 int32_t hot_threshold = jit->HotMethodThreshold(); in MterpSetUpHotnessCountdown()