Lines Matching refs:SetupProfile
63 void SetupProfile(const DexFile* dex_file1, in SetupProfile() function in art::ProfileAssistantTest
457 SetupProfile(dex1_x, dex2_x, 0, classes_in_cur_profile, profile, &info1); in CheckCompilationClassPercentChange()
459 SetupProfile(dex1_x, dex2_x, 0, classes_in_ref_profile, reference_profile, &info2); in CheckCompilationClassPercentChange()
484 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
486 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
527 SetupProfile(dex1_100, dex2_100, 0, kNumberOfClassesToEnableCompilation, profile1, &info1); in TEST_F()
557 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
559 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
565 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F()
598 SetupProfile(dex1, dex2, /*number_of_methods=*/ 0, /*number_of_classes*/ 0, profile1, &info1); in TEST_F()
600 SetupProfile(dex3, dex4, /*number_of_methods=*/ 0, /*number_of_classes*/ 0, profile2, &info2); in TEST_F()
635 SetupProfile(dex1, dex2, kNumberOfMethodsToSkipCompilation, 0, profile1, &info1); in TEST_F()
637 SetupProfile(dex3, dex4, kNumberOfMethodsToSkipCompilation, 0, profile2, &info2); in TEST_F()
741 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
743 SetupProfile( in TEST_F()
769 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
771 SetupProfile(dex1_checksum_missmatch, in TEST_F()
1515 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1, in TEST_F()
1524 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F()
1764 SetupProfile(&d1, dex1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
1766 SetupProfile(&d2, dex2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
1772 SetupProfile(&d1, dex1, in TEST_F()
1840 SetupProfile(dex_to_be_updated1, in TEST_F()
1938 SetupProfile(dex1_7000, dex2_7000, 0, kNumberOfClassesInRefProfile, profile, &info1); in TEST_F()
1940 SetupProfile(dex1_7000, dex2_7000, 0, kNumberOfClassesInCurProfile, reference_profile, &info2); in TEST_F()