Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc859 DCHECK_GT(WarmMethodThreshold(), 0); in MaybeCompileMethod()
860 DCHECK_GT(HotMethodThreshold(), WarmMethodThreshold()); in MaybeCompileMethod()
865 if (old_count < WarmMethodThreshold() && new_count >= WarmMethodThreshold()) { in MaybeCompileMethod()
Djit.h206 uint16_t WarmMethodThreshold() const { in WarmMethodThreshold() function
/art/runtime/interpreter/mterp/
Dmterp.cc892 int32_t warm_threshold = jit->WarmMethodThreshold(); in MterpSetUpHotnessCountdown()