Searched refs:hotness_info (Results 1 – 1 of 1) sorted by relevance
2050 MethodHotness hotness_info(dex_data->GetHotnessInfo(method_idx)); in DumpInfo() local2051 if (startup ? hotness_info.IsStartup() : hotness_info.IsPostStartup()) { in DumpInfo()