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