Home
last modified time | relevance | path

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

/art/dexlayout/
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
/art/runtime/gc/space/
Dimage_space_test.cc81 ScratchFile profile_file; in TEST_F() local
108 ScratchFile profile_file; in TEST_F() local
Dimage_space.cc1893 std::unique_ptr<File> profile_file(OS::OpenFileForReading(profile_filename.c_str())); in CompileBootclasspathElements() local
/art/dex2oat/
Ddex2oat_image_test.cc201 ScratchFile profile_file; in TEST_F() local
221 ScratchFile profile_file; in TEST_F() local
Ddex2oat_test.cc1247 ScratchFile profile_file; in TEST_F() local
1982 ScratchFile profile_file; in TEST_F() local
2082 ScratchFile profile_file; in TEST_F() local
Ddex2oat.cc2429 for (const std::unique_ptr<File>& profile_file : profile_files) { in LoadProfile() local
/art/runtime/
Ddexopt_test.cc115 ScratchFile profile_file; in GenerateOatForTest() local
Druntime_image.cc992 std::string profile_file = app_info->GetPrimaryApkReferenceProfile(); in LoadClassesFromReferenceProfile() local
/art/runtime/jit/
Djit.cc973 for (const std::string& profile_file : space->GetProfileFiles()) { in Run() local
982 for (const std::string& profile_file : space->GetProfileFiles()) { in Run() local
1403 const std::string& profile_file, in CompileMethodsFromBootProfile()
1445 const std::string& profile_file, in CompileMethodsFromProfile()
/art/artd/
Dartd_test.cc1254 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1278 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1299 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1430 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1451 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
Dartd.cc650 Result<std::unique_ptr<File>> profile_file = OpenFileForReading(profile_path); in mergeProfiles() local
929 std::unique_ptr<File> profile_file = nullptr; in dexopt() local
/art/profman/
Dboot_image_profile.cc212 for (const std::string& profile_file : profile_files) { in GenerateBootImageProfile() local
Dprofile_assistant_test.cc273 ScratchFile profile_file; in CreateAndDump() local
851 ScratchFile profile_file; in TEST_F() local
1157 ScratchFile profile_file; in TEST_F() local
1266 ScratchFile profile_file; in TEST_F() local
1553 ScratchFile profile_file; in TEST_F() local
1609 ScratchFile profile_file; in TEST_F() local
1647 ScratchFile profile_file; in TEST_F() local
Dprofman.cc754 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo() local
926 bool GetClassNamesAndMethods(const std::string& profile_file, in GetClassNamesAndMethods()
968 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods() local
/art/libprofile/profile/
Dprofile_compilation_info.cc748 ScopedFlock profile_file = in MergeWith() local
783 ScopedFlock profile_file = in Load() local
894 ScopedFlock profile_file = in SaveFallback() local
/art/odrefresh/
Dodrefresh.cc464 std::unique_ptr<File> profile_file(OS::OpenFileForReading(path.c_str())); in AddDex2OatProfile() local