Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc339 hot_method_sample_threshold_(CalculateHotMethodSampleThreshold(startup, options)), in GetClassesAndMethodsHelper()
363 return hot_method_sample_threshold_; in GetHotMethodSampleThreshold()
454 const uint32_t hot_method_sample_threshold_; member in art::ProfileSaver::GetClassesAndMethodsHelper
629 const uint32_t hot_method_sample_threshold = hot_method_sample_threshold_; in UpdateProfile()