Searched refs:SetupProfile (Results 1 – 1 of 1) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 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() [all …]
|