Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc339 info.GetHotMethodInfo(MethodReference( in AssertInlineCaches()
731 info.GetHotMethodInfo(MethodReference(method.GetDexFile(), method.GetDexMethodIndex())); in TEST_F()
1101 info.GetHotMethodInfo(MethodReference( in TEST_F()
1184 info.GetHotMethodInfo(MethodReference(dex_file, inline_monomorphic->GetDexMethodIndex())); in TEST_F()
1400 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(&d1, i)) != nullptr) << i; in TEST_F()
1401 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(&d2, i)) != nullptr) << i; in TEST_F()
1403 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(dex_to_be_updated1, i)) == nullptr); in TEST_F()
1404 ASSERT_TRUE(result.GetHotMethodInfo(MethodReference(dex_to_be_updated2, i)) == nullptr); in TEST_F()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc110 return info.GetHotMethodInfo(MethodReference(dex, method_idx), annotation); in GetMethod()
1456 EXPECT_TRUE(info.GetHotMethodInfo(MethodReference(dex1, i), psa1) != nullptr); in TEST_F()
1460 EXPECT_TRUE(info.GetHotMethodInfo(MethodReference(dex1, i), psa2) != nullptr); in TEST_F()
1465 EXPECT_FALSE(info.GetHotMethodInfo(MethodReference(dex1, i), psa1) != nullptr); in TEST_F()
1469 EXPECT_FALSE(info.GetHotMethodInfo(MethodReference(dex1, i), psa2) != nullptr); in TEST_F()
1474 EXPECT_TRUE(info.GetHotMethodInfo(MethodReference(dex1, i)) != nullptr); in TEST_F()
1479 EXPECT_FALSE(info.GetHotMethodInfo(MethodReference(dex1, i)) != nullptr); in TEST_F()
1486 EXPECT_FALSE(info.GetHotMethodInfo(ref, not_exisiting) != nullptr); in TEST_F()
Dprofile_compilation_info.h469 std::unique_ptr<OfflineProfileMethodInfo> GetHotMethodInfo(
Dprofile_compilation_info.cc1606 ProfileCompilationInfo::GetHotMethodInfo(const MethodReference& method_ref, in GetHotMethodInfo() function in art::ProfileCompilationInfo
/art/runtime/jit/
Dprofiling_info_test.cc291 info.GetHotMethodInfo(method_ref); in TEST_F()
/art/compiler/optimizing/
Dinliner.cc705 pci->GetHotMethodInfo(MethodReference( in GetInlineCacheAOT()