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.cc180 ScratchFile profile; in TestProfileLoadFromZip() local
300 ScratchFile profile; in TEST_F() local
335 ScratchFile profile; in TEST_F() local
344 ScratchFile profile; in TEST_F() local
357 ScratchFile profile; in TEST_F() local
373 ScratchFile profile; in TEST_F() local
398 ScratchFile profile; in TEST_F() local
412 ScratchFile profile; in TEST_F() local
423 ScratchFile profile; in TEST_F() local
432 ScratchFile profile; in TEST_F() local
[all …]
/art/test/595-profile-saving/src/
DMain.java69 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
71 public static native boolean isForBootImage(String profile); in isForBootImage()
105 public static void registerAppInfo(String profile, String[] codePaths) in registerAppInfo()
/art/test/2230-profile-save-hotness/src-art/
DMain.java68 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
/art/profman/
Dprofile_assistant_test.cc89 const ScratchFile& profile, in SetupProfile()
120 const ScratchFile& profile, in SetupBasicProfile()
364 ScratchFile profile; in CheckCompilationMethodPercentChange() local
388 ScratchFile profile; in CheckCompilationClassPercentChange() local
650 ScratchFile profile; in TEST_F() local
661 ScratchFile profile; in TEST_F() local
832 ScratchFile profile; in TEST_F() local
1212 ScratchFile profile; in TEST_F() local
1409 ScratchFile profile; in TEST_F() local
1452 ScratchFile profile; in TEST_F() local
[all …]
Dboot_image_profile.cc213 ProfileCompilationInfo profile; in GenerateBootImageProfile() local
Dprofman.cc1039 /*out*/ProfileCompilationInfo* profile) { in ProcessLine()
1452 ProfileCompilationInfo profile; in CopyAndUpdateProfileKey() local
/art/runtime/jit/
Dprofiling_info_test.cc200 ScratchFile profile; in TEST_F() local
258 ScratchFile profile; in TEST_F() local
Djit.cc834 static std::string GetBootProfileFile(const std::string& profile) { in GetBootProfileFile()
1000 std::string profile = GetProfileFile(dex_files_[0]->GetLocation()); in Run() local
1372 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromBootProfile() local
1422 unix_file::FdFile profile(profile_file.c_str(), O_RDONLY, true); in CompileMethodsFromProfile() local
Dprofile_saver.cc928 bool ProfileSaver::HasSeenMethod(const std::string& profile, bool hot, MethodReference ref) { in HasSeenMethod()
/art/runtime/
Dcommon_runtime_test.cc583 ProfileCompilationInfo profile; in GenerateProfile() local