Searched refs:GetWarmupThreshold (Results 1 – 10 of 10) sorted by relevance
39 method->ResetCounter(Runtime::Current()->GetJITOptions()->GetWarmupThreshold()); in AddSamples()
48 uint16_t GetWarmupThreshold() const { in GetWarmupThreshold() function
237 return options_->GetWarmupThreshold(); in WarmMethodThreshold()
600 uint16_t initial_value = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in UpdateProfile()
116 << ", warmup_threshold=" << options->GetWarmupThreshold() in Create()
734 DCHECK_EQ(threshold, Runtime::Current()->GetJITOptions()->GetWarmupThreshold());745 DCHECK_EQ(new_value, Runtime::Current()->GetJITOptions()->GetWarmupThreshold());
818 ResetCounter(runtime->GetJITOptions()->GetWarmupThreshold()); in CopyFrom()
2301 uint16_t hotness_threshold = runtime->GetJITOptions()->GetWarmupThreshold(); in AddImageSpace()3993 uint16_t hotness_threshold = runtime->GetJITOptions()->GetWarmupThreshold(); in LoadClass()
476 uint16_t threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in operator ()()
699 method->ResetCounter(runtime->GetJITOptions()->GetWarmupThreshold()); in NterpHotMethod()