/aosp12/frameworks/base/core/proto/android/app/ |
H A D | profilerinfo.proto | 31 optional string profile_file = 1; field
|
/aosp12/system/extras/profcollectd/libprofcollectd/ |
H A D | simpleperf_etm_trace_provider.rs | 59 let mut profile_file = PathBuf::from(profile_dir); in process() localVariable
|
/aosp12/art/dexlayout/ |
H A D | dexlayout_test.cc | 392 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 D | image_space_test.cc | 81 ScratchFile profile_file; in TEST_F() local 108 ScratchFile profile_file; in TEST_F() local
|
H A D | image_space.cc | 80 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 D | dex2oat_image_test.cc | 201 ScratchFile profile_file; in TEST_F() local 221 ScratchFile profile_file; in TEST_F() local
|
H A D | dex2oat_test.cc | 1148 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 D | dex2oat.cc | 2375 std::unique_ptr<File> profile_file; in LoadProfile() local
|
/aosp12/art/runtime/ |
H A D | dexopt_test.cc | 114 ScratchFile profile_file; in GenerateOatForTest() local
|
/aosp12/art/profman/ |
H A D | profile_assistant_test.cc | 271 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 D | boot_image_profile.cc | 212 for (const std::string& profile_file : profile_files) { in GenerateBootImageProfile() local
|
H A D | profman.cc | 748 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 D | jit.cc | 941 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 D | odrefresh.cc | 695 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 D | profile_compilation_info.cc | 735 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 D | activitymanagerservice.proto | 753 optional string profile_file = 6; field
|