Home
last modified time | relevance | path

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

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