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