Home
last modified time | relevance | path

Searched defs:profiles (Results 1 – 8 of 8) sorted by relevance

/art/artd/binder/com/android/server/art/
DIArtd.aidl115 boolean mergeProfiles(in List<com.android.server.art.ProfilePath> profiles, in mergeProfiles()
280 in List<com.android.server.art.ProfilePath.WritableProfilePath> profiles); in commitPreRebootStagedFiles()
/art/libartservice/service/java/com/android/server/art/
DArtManagerLocal.java763 List<ProfilePath> profiles = new ArrayList<>(); in snapshotOrDumpAppProfile() local
827 List<ProfilePath> profiles = new ArrayList<>(); in snapshotBootImageProfile() local
1143 List<WritableProfilePath> profiles = mInjector.getArtFileManager() in commitPreRebootStagedFiles() local
1330 private ParcelFileDescriptor mergeProfilesAndGetFd(@NonNull List<ProfilePath> profiles, in mergeProfilesAndGetFd()
DArtFileManager.java290 List<ProfilePath> profiles = new ArrayList<>(); in allProfiles() local
DPrimaryDexUtils.java341 List<ProfilePath> profiles = new ArrayList<>(); in getCurProfiles() local
/art/libartpalette/system/
Dpalette_fake.cc146 [[maybe_unused]] const char* const profiles[], in PaletteSetTaskProfiles()
/art/libartpalette/apex/
Dpalette.cc251 const char* const profiles[], in PaletteSetTaskProfiles()
/art/profman/
Dprofile_assistant_test.cc862 std::vector<ScratchFile> profiles; in TEST_F() local
994 std::vector<ScratchFile> profiles; in TEST_F() local
/art/runtime/gc/space/
Dimage_space.cc2131 const std::vector<std::string>& profiles = named_component_location.profile_filenames; in Load() local