Searched refs:WarmMethodThreshold (Results 1 – 4 of 4) sorted by relevance
292 uint16_t WarmMethodThreshold() const { in WarmMethodThreshold() function
1518 DCHECK_GT(WarmMethodThreshold(), 0); in MaybeCompileMethod()1519 DCHECK_GT(HotMethodThreshold(), WarmMethodThreshold()); in MaybeCompileMethod()
436 return runtime->GetJit()->WarmMethodThreshold(); in CalculateHotMethodSampleThreshold()
848 int32_t warm_threshold = jit->WarmMethodThreshold(); in MterpSetUpHotnessCountdown()