Home
last modified time | relevance | path

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

/art/artd/binder/com/android/server/art/
DIArtd.aidl98 boolean mergeProfiles(in List<com.android.server.art.ProfilePath> profiles, in mergeProfiles()
/art/libartservice/service/java/com/android/server/art/
DArtManagerLocal.java739 List<ProfilePath> profiles = new ArrayList<>(); in snapshotOrDumpAppProfile() local
793 List<ProfilePath> profiles = new ArrayList<>(); in snapshotBootImageProfile() local
1094 private ParcelFileDescriptor mergeProfilesAndGetFd(@NonNull List<ProfilePath> profiles, in mergeProfilesAndGetFd()
DPrimaryDexUtils.java321 List<ProfilePath> profiles = new ArrayList<>(); in getCurProfiles() local
/art/libartpalette/apex/
Dpalette.cc252 const char* const profiles[], in PaletteSetTaskProfiles()
/art/profman/
Dprofile_assistant_test.cc881 std::vector<ScratchFile> profiles; in TEST_F() local
1013 std::vector<ScratchFile> profiles; in TEST_F() local
/art/runtime/gc/space/
Dimage_space.cc2113 const std::vector<std::string>& profiles = named_component_location.profile_filenames; in Load() local