Home | History | Annotate | Download | only in profman

Lines Matching full:profile1

421   ScratchFile profile1;
426 GetFd(profile1),
432 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
450 CheckProfileInfo(profile1, info1);
456 ScratchFile profile1;
460 GetFd(profile1)});
465 SetupProfile("p1", 1, 0, kNumberOfClassesToEnableCompilation, profile1, &info1);
480 CheckProfileInfo(profile1, info1);
484 ScratchFile profile1;
489 GetFd(profile1),
496 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
523 CheckProfileInfo(profile1, info1);
528 ScratchFile profile1;
533 GetFd(profile1),
539 SetupProfile("p1", 1, kNumberOfMethodsToSkipCompilation, 0, profile1, &info1);
549 ASSERT_TRUE(profile1.GetFile()->ResetOffset());
550 ASSERT_TRUE(file_info1.Load(GetFd(profile1)));
562 CheckProfileInfo(profile1, info1);
603 ScratchFile profile1;
608 GetFd(profile1),
615 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
624 CheckProfileInfo(profile1, info1);
632 ScratchFile profile1;
636 GetFd(profile1)});
642 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
647 ASSERT_TRUE(profile1.GetFile()->ResetOffset());
653 CheckProfileInfo(profile1, info1);
992 ScratchFile profile1;
995 std::vector<int> profile_fds({GetFd(profile1)});
1001 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1,
1028 CheckProfileInfo(profile1, info1);
1156 ScratchFile profile1;
1161 GetFd(profile1),
1174 kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
1195 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd()));
1210 ASSERT_TRUE(profile1.GetFile()->ResetOffset());
1230 info2_filter.Load(profile1.GetFd(), /*merge_classes*/ true, filter_fn);
1241 ScratchFile profile1;
1258 profile1,
1273 argv_str.push_back("--profile-file-fd=" + std::to_string(profile1.GetFd()));