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