Home
last modified time | relevance | path

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

/art/runtime/interpreter/mterp/
Dmterp.cc890 int32_t warm_threshold = jit->WarmMethodThreshold(); in MterpSetUpHotnessCountdown() local
893 if (hotness_count < warm_threshold) { in MterpSetUpHotnessCountdown()
894 countdown_value = warm_threshold - hotness_count; in MterpSetUpHotnessCountdown()