Home | History | Annotate | Download | only in profile

Lines Matching refs:hotness

1726                                               const MethodHotness& hotness) {
1731 static_cast<MethodHotness::Flag>(hotness.GetFlags()), method_ref.index);
1749 MethodHotness hotness(GetMethodHotness(dex_location, dex_checksum, dex_method_index));
1750 if (!hotness.IsHot()) {
1753 const InlineCacheMap* inline_caches = hotness.GetInlineCacheMap();
1888 MethodHotness hotness = dex_data->GetHotnessInfo(method_idx);
1889 if (hotness.IsStartup()) {
1892 if (hotness.IsPostStartup()) {