Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1718 MethodHotness hotness_info(dex_data->GetHotnessInfo(method_idx)); in DumpInfo() local
1719 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()