Home
last modified time | relevance | path

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

/art/test/generate-boot-image/
Dgenerate-boot-image.cc94 std::string profile_file = ""; member
/art/runtime/gc/space/
Dimage_space_test.cc74 ScratchFile profile_file; in TEST_F() local
102 ScratchFile profile_file; in TEST_F() local
Dimage_space.cc1911 std::unique_ptr<File> profile_file(OS::OpenFileForReading(profile_filename.c_str())); in CompileBootclasspathElements() local
/art/dex2oat/
Ddex2oat_image_test.cc200 ScratchFile profile_file; in TEST_F() local
220 ScratchFile profile_file; in TEST_F() local
Ddex2oat_test.cc1651 ScratchFile profile_file; in TEST_F() local
1777 ScratchFile profile_file; in TEST_F() local
Ddex2oat.cc2399 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.cc1012 std::string profile_file = app_info->GetPrimaryApkReferenceProfile(); in LoadClassesFromReferenceProfile() local
/art/artd/
Dartd_test.cc1340 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1364 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1385 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1685 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1706 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
2872 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
2895 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
Dartd.cc846 Result<std::unique_ptr<File>> profile_file = OpenFileForReading(profile_path); in mergeProfiles() local
1135 std::unique_ptr<File> profile_file = nullptr; in dexopt() local
/art/runtime/jit/
Djit.cc858 for (const std::string& profile_file : space->GetProfileFiles()) { in Run() local
867 for (const std::string& profile_file : space->GetProfileFiles()) { in Run() local
1273 const std::string& profile_file, in CompileMethodsFromBootProfile()
1315 const std::string& profile_file, in CompileMethodsFromProfile()
/art/profman/
Dprofile_assistant_test.cc273 ScratchFile profile_file; in CreateAndDump() local
832 ScratchFile profile_file; in TEST_F() local
1138 ScratchFile profile_file; in TEST_F() local
1247 ScratchFile profile_file; in TEST_F() local
1534 ScratchFile profile_file; in TEST_F() local
1590 ScratchFile profile_file; in TEST_F() local
1628 ScratchFile profile_file; in TEST_F() local
Dboot_image_profile.cc212 for (const std::string& profile_file : profile_files) { in GenerateBootImageProfile() local
Dprofman.cc762 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo() local
948 bool GetClassNamesAndMethods(const std::string& profile_file, in GetClassNamesAndMethods()
990 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods() local
/art/libprofile/profile/
Dprofile_compilation_info.cc752 ScopedFlock profile_file = in MergeWith() local
787 ScopedFlock profile_file = in Load() local
898 ScopedFlock profile_file = in SaveFallback() local
/art/odrefresh/
Dodrefresh.cc476 std::unique_ptr<File> profile_file(OS::OpenFileForReading(path.c_str())); in AddDex2OatProfile() local