Searched refs:psa1 (Results 1 – 2 of 2) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info_test.cc | 1442 ProfileSampleAnnotation psa1("test1"); in TEST_F() local 1446 ASSERT_TRUE(AddMethod(&info, dex1, /* method_idx= */ i, Hotness::kFlagHot, psa1)); in TEST_F() 1452 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F() 1455 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, i), psa1).IsInProfile()); in TEST_F() 1456 EXPECT_TRUE(info.GetHotMethodInfo(MethodReference(dex1, i), psa1) != nullptr); in TEST_F() 1464 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, i), psa1).IsInProfile()); in TEST_F() 1465 EXPECT_FALSE(info.GetHotMethodInfo(MethodReference(dex1, i), psa1) != nullptr); in TEST_F() 1510 ProfileSampleAnnotation psa1("test1"); in TEST_F() local 1514 ASSERT_TRUE(AddClass(&info, dex1, dex::TypeIndex(i), psa1)); in TEST_F() 1520 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F() [all …]
|
/art/profman/ |
D | profile_assistant_test.cc | 1490 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F() local 1493 AddMethod(&info, &d1, 0, Hotness::kFlagHot, psa1); in TEST_F()
|