Home | History | Annotate | Download | only in profman

Lines Matching refs:info1

309   ProfileCompilationInfo info1;
310 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
323 ASSERT_TRUE(expected.MergeWith(info1));
328 CheckProfileInfo(profile1, info1);
342 ProfileCompilationInfo info1;
343 SetupProfile("p1", 1, 0, kNumberOfClassesToEnableCompilation, profile1, &info1);
354 ASSERT_TRUE(expected.MergeWith(info1));
358 CheckProfileInfo(profile1, info1);
373 ProfileCompilationInfo info1;
374 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
395 ASSERT_TRUE(expected.MergeWith(info1));
401 CheckProfileInfo(profile1, info1);
416 ProfileCompilationInfo info1;
417 SetupProfile("p1", 1, kNumberOfMethodsToSkipCompilation, 0, profile1, &info1);
429 ASSERT_TRUE(file_info1.Equals(info1));
440 CheckProfileInfo(profile1, info1);
456 ProfileCompilationInfo info1;
457 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
466 CheckProfileInfo(profile1, info1);
483 ProfileCompilationInfo info1;
484 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1);
495 CheckProfileInfo(profile1, info1);
731 ProfileCompilationInfo info1;
732 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1,
755 ASSERT_TRUE(expected.MergeWith(info1));
759 CheckProfileInfo(profile1, info1);