Home
last modified time | relevance | path

Searched defs:profile (Results 1 – 11 of 11) 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
95 ScratchFile profile; in TEST_F() local
Dprofile_compilation_info_test.cc130 ScratchFile profile; in TestProfileLoadFromZip() local
281 ScratchFile profile; in TEST_F() local
314 ScratchFile profile; in TEST_F() local
323 ScratchFile profile; in TEST_F() local
336 ScratchFile profile; in TEST_F() local
351 ScratchFile profile; in TEST_F() local
381 ScratchFile profile; in TEST_F() local
394 ScratchFile profile; in TEST_F() local
404 ScratchFile profile; in TEST_F() local
412 ScratchFile profile; in TEST_F() local
[all …]
/art/test/595-profile-saving/src/
DMain.java73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
75 public static native boolean isForBootImage(String profile); in isForBootImage()
/art/test/2230-profile-save-hotness/src-art/
DMain.java73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
/art/runtime/jit/
Dprofiling_info_test.cc172 ScratchFile profile; in TEST_F() local
229 ScratchFile profile; in TEST_F() local
Djit.cc833 static std::string GetBootProfileFile(const std::string& profile) { in GetBootProfileFile()
1000 std::string profile = GetProfileFile(dex_files_[0]->GetLocation()); in Run() local
1359 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromBootProfile() local
1409 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromProfile() local
/art/profman/
Dprofile_assistant_test.cc67 const ScratchFile& profile, in SetupProfile()
98 const ScratchFile& profile, in SetupBasicProfile()
418 ScratchFile profile; in CheckCompilationMethodPercentChange() local
450 ScratchFile profile; in CheckCompilationClassPercentChange() local
787 ScratchFile profile; in TEST_F() local
797 ScratchFile profile; in TEST_F() local
967 ScratchFile profile; in TEST_F() local
1690 ScratchFile profile; in TEST_F() local
1878 ScratchFile profile; in TEST_F() local
1931 ScratchFile profile; in TEST_F() local
[all …]
Dboot_image_profile.cc213 ProfileCompilationInfo profile(/*for_boot_image=*/ true); in GenerateBootImageProfile() local
Dprofman.cc1341 /*out*/ProfileCompilationInfo* profile) { in ProcessLine()
1876 ProfileCompilationInfo profile; in CopyAndUpdateProfileKey() local
/art/runtime/
Dcommon_runtime_test.cc578 ProfileCompilationInfo profile(for_boot_image); in GenerateProfile() local
/art/odrefresh/
Dodrefresh.cc1141 const std::string profile = Concatenate({GetAndroidRoot(), "/framework/", jar_name, ".prof"}); in CompileSystemServerArtifacts() local