Home
last modified time | relevance | path

Searched defs:profile_file (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/base/core/proto/android/app/
H A Dprofilerinfo.proto31 optional string profile_file = 1; field
/aosp12/system/extras/profcollectd/libprofcollectd/
H A Dsimpleperf_etm_trace_provider.rs59 let mut profile_file = PathBuf::from(profile_dir); in process() localVariable
/aosp12/art/dexlayout/
H A Ddexlayout_test.cc392 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutExec() local
434 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutFixedPointExec() local
508 ScratchFile* profile_file, in DexLayoutExec()
716 ScratchFile profile_file; in TEST_F() local
754 ScratchFile profile_file; in TEST_F() local
/aosp12/art/runtime/gc/space/
H A Dimage_space_test.cc81 ScratchFile profile_file; in TEST_F() local
108 ScratchFile profile_file; in TEST_F() local
H A Dimage_space.cc80 const char* profile_file, in ImageSpace()
621 const char* profile_file, in Init()
1395 std::string profile_file; member
1888 std::unique_ptr<File> profile_file(OS::OpenFileForReading(profile_filename.c_str())); in CompileExtension() local
2759 const std::string& profile_file, in Load()
/aosp12/art/dex2oat/
H A Ddex2oat_image_test.cc201 ScratchFile profile_file; in TEST_F() local
221 ScratchFile profile_file; in TEST_F() local
H A Ddex2oat_test.cc1148 ScratchFile profile_file; in TEST_F() local
1942 ScratchFile profile_file; in TEST_F() local
2042 ScratchFile profile_file; in TEST_F() local
H A Ddex2oat.cc2375 std::unique_ptr<File> profile_file; in LoadProfile() local
/aosp12/art/runtime/
H A Ddexopt_test.cc114 ScratchFile profile_file; in GenerateOatForTest() local
/aosp12/art/profman/
H A Dprofile_assistant_test.cc271 ScratchFile profile_file; in CreateAndDump() local
852 ScratchFile profile_file; in TEST_F() local
1158 ScratchFile profile_file; in TEST_F() local
1267 ScratchFile profile_file; in TEST_F() local
1555 ScratchFile profile_file; in TEST_F() local
1611 ScratchFile profile_file; in TEST_F() local
1649 ScratchFile profile_file; in TEST_F() local
H A Dboot_image_profile.cc212 for (const std::string& profile_file : profile_files) { in GenerateBootImageProfile() local
H A Dprofman.cc748 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo() local
920 bool GetClassNamesAndMethods(const std::string& profile_file, in GetClassNamesAndMethods()
962 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods() local
/aosp12/art/runtime/jit/
H A Djit.cc941 const std::string& profile_file = space->GetProfileFile(); in Run() local
1357 const std::string& profile_file, in CompileMethodsFromBootProfile()
1399 const std::string& profile_file, in CompileMethodsFromProfile()
/aosp12/art/odrefresh/
H A Dodrefresh.cc695 const std::string& profile_file) { in AddDex2OatProfileAndCompilerFilter()
755 const std::string profile_file = Concatenate({root, "/framework/", basename, ".prof"}); in VerifySystemServerArtifactsAreUpToDate() local
/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc735 ScopedFlock profile_file = in MergeWith() local
770 ScopedFlock profile_file = in Load() local
814 ScopedFlock profile_file = in Save() local
/aosp12/frameworks/base/core/proto/android/server/
H A Dactivitymanagerservice.proto753 optional string profile_file = 6; field