Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc59 max_number_of_profile_entries_cached_(0), in ProfileSaver()
273 max_number_of_profile_entries_cached_ = std::max( in FetchAndCacheResolvedClassesAndMethods()
274 max_number_of_profile_entries_cached_, in FetchAndCacheResolvedClassesAndMethods()
576 << max_number_of_profile_entries_cached_ << '\n' in DumpInfo()
Dprofile_saver.h149 uint64_t max_number_of_profile_entries_cached_; variable