Searched refs:WarmMethodThreshold (Results 1 – 3 of 3) sorted by relevance
859 DCHECK_GT(WarmMethodThreshold(), 0); in MaybeCompileMethod()860 DCHECK_GT(HotMethodThreshold(), WarmMethodThreshold()); in MaybeCompileMethod()865 if (old_count < WarmMethodThreshold() && new_count >= WarmMethodThreshold()) { in MaybeCompileMethod()
206 uint16_t WarmMethodThreshold() const { in WarmMethodThreshold() function
892 int32_t warm_threshold = jit->WarmMethodThreshold(); in MterpSetUpHotnessCountdown()