Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofile_assistant_test.cc63 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()
484 SetupProfile(dex1, dex2, kNumberOfMethodsToEnableCompilation, 0, profile1, &info1); in TEST_F()
565 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, 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()
743 SetupProfile( in TEST_F()
771 SetupProfile(dex1_checksum_missmatch, in TEST_F()
1524 SetupProfile(dex1, dex2, kNumberOfMethodsAlreadyCompiled, 0, reference_profile, in TEST_F()
1772 SetupProfile(&d1, dex1, in TEST_F()
[all …]
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp953 void SetupProfile(const std::string& path, uid_t uid, gid_t gid, mode_t mode, in SetupProfile() function in android::installd::ProfileTest
963 SetupProfile(cur_profile_, kTestAppUid, kTestAppGid, 0600, 1); in SetupProfiles()
965 SetupProfile(ref_profile_, kTestAppUid, kTestAppGid, 0600, 2); in SetupProfiles()
1264 SetupProfile(profile, kTestAppUid, kTestAppGid, 0600, 1); in createAppProfilesForBootMerge()