/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 | 52 boolean isProfileUsable(in com.android.server.art.ProfilePath profile, in isProfileUsable() 80 void commitTmpProfile(in com.android.server.art.ProfilePath.TmpProfilePath profile); in commitTmpProfile() 89 void deleteProfile(in com.android.server.art.ProfilePath profile); in deleteProfile() 99 in com.android.server.art.ProfilePath profile); in getProfileVisibility() 164 in @nullable com.android.server.art.ProfilePath profile, in dexopt() 262 long getProfileSize(in com.android.server.art.ProfilePath profile); in getProfileSize()
|
/art/libartservice/service/java/com/android/server/art/ |
D | AidlUtils.java | 219 public static WritableProfilePath toWritableProfilePath(@NonNull ProfilePath profile) { in toWritableProfilePath() 232 public static String toString(@NonNull PrimaryRefProfilePath profile) { in toString() 239 public static String toString(@NonNull SecondaryRefProfilePath profile) { in toString() 245 public static String toString(@NonNull PrebuiltProfilePath profile) { in toString() 250 public static String toString(@NonNull DexMetadataPath profile) { in toString() 255 public static String toString(@NonNull WritableProfilePath profile) { in toString() 268 public static String toString(@NonNull ProfilePath profile) { in toString()
|
D | Dexopter.java | 108 ProfilePath profile = null; in dexopt() local 538 @Nullable ProfilePath profile, @NonNull GetDexoptNeededResult getDexoptNeededResult, in dexoptFile() 610 private boolean commitProfileChanges(@NonNull TmpProfilePath profile) throws RemoteException { in commitProfileChanges()
|
D | Utils.java | 538 static @NonNull InitProfileResult create(@Nullable ProfilePath profile, in create() 548 abstract @Nullable ProfilePath profile(); in profile() method in Utils.InitProfileResult
|
/art/test/595-profile-saving/src/ |
D | Main.java | 146 public static native boolean presentInProfile(String profile, Method method); in presentInProfile() 148 public static native boolean isForBootImage(String profile); in isForBootImage()
|
/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 | 178 ScratchFile profile; in TEST_F() local 235 ScratchFile profile; in TEST_F() local
|
D | jit.cc | 714 static std::string GetBootProfileFile(const std::string& profile) { in GetBootProfileFile() 914 std::string profile = GetProfileFile(dex_files_[0]->GetLocation()); in Run() local 1276 unix_file::FdFile profile(profile_file, O_RDONLY, true); in CompileMethodsFromBootProfile() local 1326 unix_file::FdFile profile(profile_file, O_RDONLY, true); in CompileMethodsFromProfile() local
|
/art/libartservice/service/javatests/com/android/server/art/ |
D | PrimaryDexopterTest.java | 952 private void checkDexoptWithProfile(IArtd artd, String dexPath, String isa, ProfilePath profile, in checkDexoptWithProfile() 970 private void verifyProfileNotUsed(ProfilePath profile) throws Exception { in verifyProfileNotUsed() 980 private void makeProfileUsable(ProfilePath profile) throws Exception { in makeProfileUsable()
|
D | SecondaryDexopterTest.java | 327 ProfilePath profile, String classLoaderContext) throws Exception { in checkDexoptWithPrivateProfile()
|
/art/profman/ |
D | profile_assistant_test.cc | 69 const ScratchFile& profile, in SetupProfile() 100 const ScratchFile& profile, in SetupBasicProfile() 421 ScratchFile profile; in CheckCompilationMethodPercentChange() local 459 ScratchFile profile; in CheckCompilationClassPercentChange() local 767 ScratchFile profile; in TEST_F() local 777 ScratchFile profile; in TEST_F() local 947 ScratchFile profile; in TEST_F() local 1669 ScratchFile profile; in TEST_F() local 2134 ScratchFile profile; in TEST_F() local 2235 ScratchFile profile; in TEST_F() local
|
D | boot_image_profile.cc | 213 ProfileCompilationInfo profile(/*for_boot_image=*/ true); in GenerateBootImageProfile() local
|
D | profman.cc | 1388 /*out*/ProfileCompilationInfo* profile) { in ProcessLine() 1918 ProfileCompilationInfo profile; in CopyAndUpdateProfileKey() local
|
/art/artd/ |
D | path_utils.cc | 323 bool PreRebootFlag(const OutputProfile& profile) { return PreRebootFlag(profile.profilePath); } in PreRebootFlag()
|
D | artd.cc | 625 Result<std::unique_ptr<File>> profile = OpenFileForReading(profile_path); in isProfileUsable() local 818 for (const ProfilePath& profile : in_profiles) { in mergeProfiles() local 1264 for (const ProfilePath& profile : in_profilesToKeep) { in cleanup() local 1427 for (const WritableProfilePath& profile : in_profiles) { in commitPreRebootStagedFiles() local
|
/art/test/2271-profile-inline-cache/src/ |
D | Main.java | 194 String profile, Method method, Class<?>... targetTypes); in hasInlineCacheInProfile()
|
/art/runtime/ |
D | common_runtime_test.cc | 583 ProfileCompilationInfo profile(for_boot_image); in GenerateProfile() local
|
D | runtime_image.cc | 1021 ScopedFlock profile = in LoadClassesFromReferenceProfile() local
|
/art/odrefresh/ |
D | odrefresh.cc | 2029 std::string profile = actual_jar_path + ".prof"; in RunDex2oatForSystemServer() local
|