Searched refs:OSRMethodThreshold (Results 1 – 3 of 3) sorted by relevance
198 uint16_t OSRMethodThreshold() const { in OSRMethodThreshold() function
861 DCHECK_GT(OSRMethodThreshold(), HotMethodThreshold()); in MaybeCompileMethod()902 if (old_count < OSRMethodThreshold() && new_count >= OSRMethodThreshold()) { in MaybeCompileMethod()
894 int32_t osr_threshold = jit->OSRMethodThreshold(); in MterpSetUpHotnessCountdown()