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