Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc1566 ? dex_data->GetHotnessInfo(method_ref.index) in GetMethodHotness()
1586 return dex_data != nullptr ? dex_data->GetHotnessInfo(dex_method_index) : MethodHotness(); in GetMethodHotness()
1714 MethodHotness hotness_info(dex_data->GetHotnessInfo(method_idx)); in DumpInfo()
1755 MethodHotness hotness = dex_data->GetHotnessInfo(method_idx); in GetClassesAndMethods()
2003 ProfileCompilationInfo::MethodHotness ProfileCompilationInfo::DexFileData::GetHotnessInfo( in GetHotnessInfo() function in art::ProfileCompilationInfo::DexFileData
Dprofile_compilation_info.h510 MethodHotness GetHotnessInfo(uint32_t dex_method_index) const;