Searched refs:warm_threshold (Results 1 – 1 of 1) sorted by relevance
653 int32_t warm_threshold = jit->WarmMethodThreshold(); in MterpSetUpHotnessCountdown() local656 if (hotness_count < warm_threshold) { in MterpSetUpHotnessCountdown()657 countdown_value = warm_threshold - hotness_count; in MterpSetUpHotnessCountdown()