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.cc629 const uint32_t hot_method_sample_threshold = hot_method_sample_threshold_; in UpdateProfile() local
641 if (method.PreviouslyWarm() || counter >= hot_method_sample_threshold) { in UpdateProfile()
769 uint32_t hot_method_sample_threshold = 0u; in FetchAndCacheResolvedClassesAndMethods() local
784 hot_method_sample_threshold = helper.GetHotMethodSampleThreshold(); in FetchAndCacheResolvedClassesAndMethods()
819 << " sampled methods with threshold " << hot_method_sample_threshold in FetchAndCacheResolvedClassesAndMethods()