Lines Matching refs:GetMethodHotness
347 info.GetMethodHotness(MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in AssertInlineCaches()
365 info.GetMethodHotness(MethodReference(method->GetDexFile(), method->GetDexMethodIndex())); in AssertInlineCaches()
867 info.GetMethodHotness(MethodReference(method.GetDexFile(), method.GetDexMethodIndex())); in TEST_F()
1358 ProfileCompilationInfo::MethodHotness hotness_no_inline_cache = info.GetMethodHotness( in TEST_F()
1498 ProfileCompilationInfo::MethodHotness hotness_no_inline_cache = info.GetMethodHotness( in TEST_F()
1576 ProfileCompilationInfo::MethodHotness hotness_super = info.GetMethodHotness( in TEST_F()
1595 info.GetMethodHotness(MethodReference(dex_file, sub_method_index)); in TEST_F()
1671 info.GetMethodHotness(MethodReference(dex_file, inline_monomorphic->GetDexMethodIndex())); in TEST_F()
1869 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d1, i)).IsHot()) << i; in TEST_F()
1870 ASSERT_TRUE(result.GetMethodHotness(MethodReference(&d2, i)).IsHot()) << i; in TEST_F()
1872 ASSERT_FALSE(result.GetMethodHotness(MethodReference(dex_to_be_updated1, i)).IsHot()) << i; in TEST_F()
1873 ASSERT_FALSE(result.GetMethodHotness(MethodReference(dex_to_be_updated2, i)).IsHot()) << i; in TEST_F()