Lines Matching refs:GetMethodHotness
349 info.GetMethodHotness(MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in AssertInlineCaches()
367 info.GetMethodHotness(MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in AssertInlineCaches()
847 info.GetMethodHotness(MethodReference(method.GetDexFile(), method.GetDexMethodIndex())); in TEST_F()
1338 ProfileCompilationInfo::MethodHotness hotness_no_inline_cache = info.GetMethodHotness( in TEST_F()
1478 ProfileCompilationInfo::MethodHotness hotness_no_inline_cache = info.GetMethodHotness( in TEST_F()
1555 ProfileCompilationInfo::MethodHotness hotness_super = info.GetMethodHotness( in TEST_F()
1574 info.GetMethodHotness(MethodReference(dex_file, sub_method_index)); in TEST_F()
1650 info.GetMethodHotness(MethodReference(dex_file, inline_monomorphic->GetDexMethodIndex())); in TEST_F()
2013 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d1, i)).IsHot()) << i; in TEST_F()
2014 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d2, i)).IsHot()) << i; in TEST_F()
2016 ASSERT_FALSE(result.GetMethodHotness(MethodReference(dex_to_be_updated1, i)).IsHot()) << i; in TEST_F()
2017 ASSERT_FALSE(result.GetMethodHotness(MethodReference(dex_to_be_updated2, i)).IsHot()) << i; in TEST_F()