Home
last modified time | relevance | path

Searched refs:GetWarmupThreshold (Results 1 – 10 of 10) sorted by relevance

/art/runtime/jit/
Djit-inl.h39 method->ResetCounter(Runtime::Current()->GetJITOptions()->GetWarmupThreshold()); in AddSamples()
Djit_options.h48 uint16_t GetWarmupThreshold() const { in GetWarmupThreshold() function
Djit.h237 return options_->GetWarmupThreshold(); in WarmMethodThreshold()
Dprofile_saver.cc600 uint16_t initial_value = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in UpdateProfile()
Djit.cc116 << ", warmup_threshold=" << options->GetWarmupThreshold() in Create()
/art/runtime/
Dart_method-inl.h734 DCHECK_EQ(threshold, Runtime::Current()->GetJITOptions()->GetWarmupThreshold());
745 DCHECK_EQ(new_value, Runtime::Current()->GetJITOptions()->GetWarmupThreshold());
Dart_method.cc818 ResetCounter(runtime->GetJITOptions()->GetWarmupThreshold()); in CopyFrom()
Dclass_linker.cc2301 uint16_t hotness_threshold = runtime->GetJITOptions()->GetWarmupThreshold(); in AddImageSpace()
3993 uint16_t hotness_threshold = runtime->GetJITOptions()->GetWarmupThreshold(); in LoadClass()
/art/runtime/native/
Ddalvik_system_VMRuntime.cc476 uint16_t threshold = Runtime::Current()->GetJITOptions()->GetWarmupThreshold(); in operator ()()
/art/runtime/interpreter/mterp/
Dnterp.cc699 method->ResetCounter(runtime->GetJITOptions()->GetWarmupThreshold()); in NterpHotMethod()