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