Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 18 of 18) sorted by relevance

/art/libprofile/profile/
Dprofile_boot_info_test.cc37 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
Dprofile_compilation_info_test.cc136 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/
DIArtd.aidl45 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/
DAidlUtils.java182 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()
DDexopter.java105 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/
DMain.java136 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/
DPrimaryDexopterTest.java625 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()
DSecondaryDexopterTest.java321 ProfilePath profile, String classLoaderContext) throws Exception { in checkDexoptWithPrivateProfile()
/art/test/2230-profile-save-hotness/src-art/
DMain.java76 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
/art/runtime/jit/
Dprofiling_info_test.cc173 ScratchFile profile; in TEST_F() local
230 ScratchFile profile; in TEST_F() local
Djit.cc855 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/
Dprofile_assistant_test.cc69 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 …]
Dboot_image_profile.cc213 ProfileCompilationInfo profile(/*for_boot_image=*/ true); in GenerateBootImageProfile() local
Dprofman.cc1362 /*out*/ProfileCompilationInfo* profile) { in ProcessLine()
1893 ProfileCompilationInfo profile; in CopyAndUpdateProfileKey() local
/art/artd/
Dartd.cc462 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/
Dcommon_runtime_test.cc601 ProfileCompilationInfo profile(for_boot_image); in GenerateProfile() local
Druntime_image.cc1001 ScopedFlock profile = in LoadClassesFromReferenceProfile() local
/art/odrefresh/
Dodrefresh.cc1927 std::string profile = actual_jar_path + ".prof"; in RunDex2oatForSystemServer() local