Searched refs:GetHotMethodInfo (Results 1 – 6 of 6) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 339 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/ |
D | profile_compilation_info_test.cc | 110 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()
|
D | profile_compilation_info.h | 469 std::unique_ptr<OfflineProfileMethodInfo> GetHotMethodInfo(
|
D | profile_compilation_info.cc | 1606 ProfileCompilationInfo::GetHotMethodInfo(const MethodReference& method_ref, in GetHotMethodInfo() function in art::ProfileCompilationInfo
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 291 info.GetHotMethodInfo(method_ref); in TEST_F()
|
/art/compiler/optimizing/ |
D | inliner.cc | 705 pci->GetHotMethodInfo(MethodReference( in GetInlineCacheAOT()
|