Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc634 size_t number_of_hot_methods = 0u; in UpdateProfile() local
642 ++number_of_hot_methods; in UpdateProfile()
751 number_of_hot_methods_ = number_of_hot_methods; in UpdateProfile()
770 size_t number_of_hot_methods = 0u; in FetchAndCacheResolvedClassesAndMethods() local
813 number_of_hot_methods += helper.GetNumberOfHotMethods(); in FetchAndCacheResolvedClassesAndMethods()
817 VLOG(profiler) << "Profile saver recorded " << number_of_hot_methods in FetchAndCacheResolvedClassesAndMethods()