Home
last modified time | relevance | path

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

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