Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1944 ? dex_data->GetHotnessInfo(method_ref.index) in GetMethodHotness()
2050 MethodHotness hotness_info(dex_data->GetHotnessInfo(method_idx)); in DumpInfo()
2092 MethodHotness hotness = dex_data->GetHotnessInfo(method_idx); in GetClassesAndMethods()
2292 ProfileCompilationInfo::MethodHotness ProfileCompilationInfo::DexFileData::GetHotnessInfo( in GetHotnessInfo() function in art::ProfileCompilationInfo::DexFileData
2908 MethodHotness hotness = dex_data->GetHotnessInfo(method_idx); in ExtractProfileData()
Dprofile_compilation_info.h783 MethodHotness GetHotnessInfo(uint32_t dex_method_index) const;