Searched refs:HotMethodThreshold (Results 1 – 5 of 5) sorted by relevance
412 return HotMethodThreshold() == 0; in JitAtFirstUse()1514 if (HotMethodThreshold() == 0) { in MaybeCompileMethod()1519 DCHECK_GT(HotMethodThreshold(), WarmMethodThreshold()); in MaybeCompileMethod()1520 DCHECK_GT(OSRMethodThreshold(), HotMethodThreshold()); in MaybeCompileMethod()1522 DCHECK_LE(PriorityThreadWeight(), HotMethodThreshold()); in MaybeCompileMethod()1525 if (old_count < HotMethodThreshold() && new_count >= HotMethodThreshold()) { in MaybeCompileMethod()
288 uint16_t HotMethodThreshold() const { in HotMethodThreshold() function
1172 uint16_t new_counter = Runtime::Current()->GetJit()->HotMethodThreshold() - 1u; in GarbageCollectCache()
409 return (jit != nullptr) ? jit->HotMethodThreshold() : 0; in Java_Main_getJitThreshold()
849 int32_t hot_threshold = jit->HotMethodThreshold(); in MterpSetUpHotnessCountdown()