Home
last modified time | relevance | path

Searched refs:psa2 (Results 1 – 2 of 2) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info_test.cc1443 ProfileSampleAnnotation psa2("test2"); in TEST_F() local
1449 ASSERT_TRUE(AddMethod(&info, dex1, /* method_idx= */ i, Hotness::kFlagHot, psa2)); in TEST_F()
1452 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F()
1459 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, i), psa2).IsInProfile()); in TEST_F()
1460 EXPECT_TRUE(info.GetHotMethodInfo(MethodReference(dex1, i), psa2) != nullptr); in TEST_F()
1468 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, i), psa2).IsInProfile()); in TEST_F()
1469 EXPECT_FALSE(info.GetHotMethodInfo(MethodReference(dex1, i), psa2) != nullptr); in TEST_F()
1511 ProfileSampleAnnotation psa2("test2"); in TEST_F() local
1517 ASSERT_TRUE(AddClass(&info, dex1, dex::TypeIndex(i), psa2)); in TEST_F()
1520 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F()
[all …]
/art/profman/
Dprofile_assistant_test.cc1491 ProfileCompilationInfo::ProfileSampleAnnotation psa2("package2"); in TEST_F() local
1494 AddMethod(&info, &d2, 0, Hotness::kFlagHot, psa2); in TEST_F()