Searched defs:profile (Results 1 – 11 of 11) sorted by relevance
/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 95 ScratchFile profile; in TEST_F() local
|
D | profile_compilation_info_test.cc | 130 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/ |
D | Main.java | 73 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/ |
D | Main.java | 73 public static native boolean presentInProfile(String profile, Method method); in presentInProfile()
|
/art/runtime/jit/ |
D | profiling_info_test.cc | 172 ScratchFile profile; in TEST_F() local 229 ScratchFile profile; in TEST_F() local
|
D | jit.cc | 833 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/ |
D | profile_assistant_test.cc | 67 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 …]
|
D | boot_image_profile.cc | 213 ProfileCompilationInfo profile(/*for_boot_image=*/ true); in GenerateBootImageProfile() local
|
D | profman.cc | 1341 /*out*/ProfileCompilationInfo* profile) { in ProcessLine() 1876 ProfileCompilationInfo profile; in CopyAndUpdateProfileKey() local
|
/art/runtime/ |
D | common_runtime_test.cc | 578 ProfileCompilationInfo profile(for_boot_image); in GenerateProfile() local
|
/art/odrefresh/ |
D | odrefresh.cc | 1141 const std::string profile = Concatenate({GetAndroidRoot(), "/framework/", jar_name, ".prof"}); in CompileSystemServerArtifacts() local
|