Home
last modified time | relevance | path

Searched refs:SetupProfile (Results 1 – 1 of 1) sorted by relevance

/art/profman/
Dprofile_assistant_test.cc85 void SetupProfile(const DexFile* dex_file1, in SetupProfile() function in art::ProfileAssistantTest
395 SetupProfile(dex1, dex2, 0, classes_in_cur_profile, profile, &info1); in CheckCompilationClassPercentChange()
397 SetupProfile(dex1, dex2, 0, classes_in_ref_profile, reference_profile, &info2); in CheckCompilationClassPercentChange()
423 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
425 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
456 SetupProfile(dex1, dex2, 0, kNumberOfClassesToEnableCompilation, profile1, &info1); in TEST_F()
487 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
489 SetupProfile(dex3, dex4, kNumberOfMethodsToEnableCompilation, 0, profile2, &info2); in TEST_F()
495 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F()
530 SetupProfile(dex1, dex2, kNumberOfMethodsToSkipCompilation, 0, profile1, &info1); in TEST_F()
[all …]