Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info_test.cc1463 ProfileSampleAnnotation psa1("test1"); in TEST_F() local
1467 ASSERT_TRUE(AddMethod(&info, dex1, /*method_idx=*/ i, Hotness::kFlagHot, psa1)); in TEST_F()
1473 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F()
1476 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, i), psa1).IsInProfile()); in TEST_F()
1477 EXPECT_TRUE(info.GetMethodHotness(MethodReference(dex1, i), psa1).IsHot()); in TEST_F()
1485 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, i), psa1).IsInProfile()); in TEST_F()
1486 EXPECT_FALSE(info.GetMethodHotness(MethodReference(dex1, i), psa1).IsHot()); in TEST_F()
1530 ProfileSampleAnnotation psa1("test1"); in TEST_F() local
1534 ASSERT_TRUE(AddClass(&info, dex1, dex::TypeIndex(i), psa1)); in TEST_F()
1540 auto run_test = [&dex1 = dex1, &psa1 = psa1, &psa2 = psa2](const ProfileCompilationInfo& info) { in TEST_F()
[all …]
/art/profman/
Dprofile_assistant_test.cc1968 ProfileCompilationInfo::ProfileSampleAnnotation psa1("package1"); in TEST_F() local
1971 AddMethod(&info, &d1, 0, Hotness::kFlagHot, psa1); in TEST_F()