Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit.h292 uint16_t WarmMethodThreshold() const { in WarmMethodThreshold() function
H A Djit.cc1519 DCHECK_GT(WarmMethodThreshold(), 0); in MaybeCompileMethod()
1520 DCHECK_GT(HotMethodThreshold(), WarmMethodThreshold()); in MaybeCompileMethod()
H A Dprofile_saver.cc436 return runtime->GetJit()->WarmMethodThreshold(); in CalculateHotMethodSampleThreshold()
/aosp12/art/runtime/interpreter/mterp/
H A Dmterp.cc848 int32_t warm_threshold = jit->WarmMethodThreshold(); in MterpSetUpHotnessCountdown()