/art/libprofile/profile/ |
D | profile_boot_info_test.cc | 37 ScratchFile profile; in TEST_F() local 47 ScratchFile profile; in TEST_F() local 66 ScratchFile profile; in TEST_F() local 96 ScratchFile profile; in TEST_F() local
|
D | profile_compilation_info_test.cc | 136 ScratchFile profile; in TestProfileLoadFromZip() local 287 ScratchFile profile; in TEST_F() local 320 ScratchFile profile; in TEST_F() local 329 ScratchFile profile; in TEST_F() local 342 ScratchFile profile; in TEST_F() local 357 ScratchFile profile; in TEST_F() local 393 ScratchFile profile; in TEST_F() local 406 ScratchFile profile; in TEST_F() local 416 ScratchFile profile; in TEST_F() local 424 ScratchFile profile; in TEST_F() local [all …]
|
/art/artd/binder/com/android/server/art/ |
D | IArtd.aidl | 45 boolean isProfileUsable(in com.android.server.art.ProfilePath profile, in isProfileUsable() 63 void commitTmpProfile(in com.android.server.art.ProfilePath.TmpProfilePath profile); in commitTmpProfile() 72 void deleteProfile(in com.android.server.art.ProfilePath profile); in deleteProfile() 82 in com.android.server.art.ProfilePath profile); in getProfileVisibility() 147 in @nullable com.android.server.art.ProfilePath profile, in dexopt()
|
/art/libartservice/service/java/com/android/server/art/ |
D | AidlUtils.java | 182 public static String toString(@NonNull PrimaryRefProfilePath profile) { in toString() 188 public static String toString(@NonNull SecondaryRefProfilePath profile) { in toString() 193 public static String toString(@NonNull PrebuiltProfilePath profile) { in toString() 198 public static String toString(@NonNull DexMetadataPath profile) { in toString() 203 public static String toString(@NonNull WritableProfilePath profile) { in toString() 216 public static String toString(@NonNull ProfilePath profile) { in toString()
|
D | Dexopter.java | 105 ProfilePath profile = null; in dexopt() local 440 @Nullable ProfilePath profile, @NonNull GetDexoptNeededResult getDexoptNeededResult, in dexoptFile() 510 private boolean commitProfileChanges(@NonNull TmpProfilePath profile) throws RemoteException { in commitProfileChanges()
|
/art/test/595-profile-saving/src/ |
D | Main.java | 136 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() 138 public static native boolean isForBootImage(String profile); in isForBootImage()
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | PrimaryDexopterTest.java | 625 private void checkDexoptWithProfile(IArtd artd, String dexPath, String isa, ProfilePath profile, in checkDexoptWithProfile() 645 private void verifyProfileNotUsed(ProfilePath profile) throws Exception { in verifyProfileNotUsed() 651 private void makeProfileUsable(ProfilePath profile) throws Exception { in makeProfileUsable() 664 private void makeProfileNotUsable(ProfilePath profile) throws Exception { in makeProfileNotUsable()
|
D | SecondaryDexopterTest.java | 321 ProfilePath profile, String classLoaderContext) throws Exception { in checkDexoptWithPrivateProfile()
|
/art/test/2230-profile-save-hotness/src-art/ |
D | Main.java | 76 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 173 ScratchFile profile; in TEST_F() local 230 ScratchFile profile; in TEST_F() local
|
D | jit.cc | 855 static std::string GetBootProfileFile(const std::string& profile) { in GetBootProfileFile() 1029 std::string profile = GetProfileFile(dex_files_[0]->GetLocation()); in Run() local 1406 unix_file::FdFile profile(profile_file, O_RDONLY, true); in CompileMethodsFromBootProfile() local 1456 unix_file::FdFile profile(profile_file, O_RDONLY, true); in CompileMethodsFromProfile() local
|
/art/profman/ |
D | profile_assistant_test.cc | 69 const ScratchFile& profile, in SetupProfile() 100 const ScratchFile& profile, in SetupBasicProfile() 420 ScratchFile profile; in CheckCompilationMethodPercentChange() local 458 ScratchFile profile; in CheckCompilationClassPercentChange() local 786 ScratchFile profile; in TEST_F() local 796 ScratchFile profile; in TEST_F() local 966 ScratchFile profile; in TEST_F() local 1688 ScratchFile profile; in TEST_F() local 2081 ScratchFile profile; in TEST_F() local 2134 ScratchFile profile; in TEST_F() local [all …]
|
D | boot_image_profile.cc | 213 ProfileCompilationInfo profile(/*for_boot_image=*/ true); in GenerateBootImageProfile() local
|
D | profman.cc | 1362 /*out*/ProfileCompilationInfo* profile) { in ProcessLine() 1893 ProfileCompilationInfo profile; in CopyAndUpdateProfileKey() local
|
/art/artd/ |
D | artd.cc | 462 Result<std::unique_ptr<File>> profile = OpenFileForReading(profile_path); in isProfileUsable() local 624 for (const ProfilePath& profile : in_profiles) { in mergeProfiles() local 1048 for (const ProfilePath& profile : in_profilesToKeep) { in cleanup() local
|
/art/runtime/ |
D | common_runtime_test.cc | 601 ProfileCompilationInfo profile(for_boot_image); in GenerateProfile() local
|
D | runtime_image.cc | 1001 ScopedFlock profile = in LoadClassesFromReferenceProfile() local
|
/art/odrefresh/ |
D | odrefresh.cc | 1927 std::string profile = actual_jar_path + ".prof"; in RunDex2oatForSystemServer() local
|