Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 21 of 21) 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.aidl52 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/
DAidlUtils.java219 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()
DDexopter.java108 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()
DUtils.java538 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/
DMain.java146 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/
DMain.java76 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
/art/runtime/jit/
Dprofiling_info_test.cc178 ScratchFile profile; in TEST_F() local
235 ScratchFile profile; in TEST_F() local
Djit.cc714 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/
DPrimaryDexopterTest.java952 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()
DSecondaryDexopterTest.java327 ProfilePath profile, String classLoaderContext) throws Exception { in checkDexoptWithPrivateProfile()
/art/profman/
Dprofile_assistant_test.cc69 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
Dboot_image_profile.cc213 ProfileCompilationInfo profile(/*for_boot_image=*/ true); in GenerateBootImageProfile() local
Dprofman.cc1388 /*out*/ProfileCompilationInfo* profile) { in ProcessLine()
1918 ProfileCompilationInfo profile; in CopyAndUpdateProfileKey() local
/art/artd/
Dpath_utils.cc323 bool PreRebootFlag(const OutputProfile& profile) { return PreRebootFlag(profile.profilePath); } in PreRebootFlag()
Dartd.cc625 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/
DMain.java194 String profile, Method method, Class<?>... targetTypes); in hasInlineCacheInProfile()
/art/runtime/
Dcommon_runtime_test.cc583 ProfileCompilationInfo profile(for_boot_image); in GenerateProfile() local
Druntime_image.cc1021 ScopedFlock profile = in LoadClassesFromReferenceProfile() local
/art/odrefresh/
Dodrefresh.cc2029 std::string profile = actual_jar_path + ".prof"; in RunDex2oatForSystemServer() local