Searched refs:SetupProfile (Results 1 – 1 of 1) sorted by relevance
/art/profman/ |
D | profile_assistant_test.cc | 48 void SetupProfile(const std::string& id, in SetupProfile() function in art::ProfileAssistantTest 60 SetupProfile(dex_location1, in SetupProfile() 72 void SetupProfile(const std::string& dex_location1, in SetupProfile() function in art::ProfileAssistantTest 411 SetupProfile("p1", 1, 0, classes_in_cur_profile, profile, &info1); in CheckCompilationClassPercentChange() 413 SetupProfile("p1", 1, 0, classes_in_ref_profile, reference_profile, &info2); in CheckCompilationClassPercentChange() 437 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 439 SetupProfile("p2", 2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() 470 SetupProfile("p1", 1, 0, kNumberOfClassesToEnableCompilation, profile1, &info1); in TEST_F() 501 SetupProfile("p1", 1, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F() 503 SetupProfile("p2", 2, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F() [all …]
|