Searched refs:osr_threshold (Results 1 – 1 of 1) sorted by relevance
894 int32_t osr_threshold = jit->OSRMethodThreshold(); in MterpSetUpHotnessCountdown() local899 } else if (hotness_count < osr_threshold) { in MterpSetUpHotnessCountdown()900 countdown_value = osr_threshold - hotness_count; in MterpSetUpHotnessCountdown()