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
642 method.CounterHasReached(hot_method_sample_threshold, initial_value)) { in UpdateProfile()
770 uint32_t hot_method_sample_threshold = 0u; in FetchAndCacheResolvedClassesAndMethods() local
785 hot_method_sample_threshold = helper.GetHotMethodSampleThreshold(); in FetchAndCacheResolvedClassesAndMethods()
820 << " sampled methods with threshold " << hot_method_sample_threshold in FetchAndCacheResolvedClassesAndMethods()