Home
last modified time | relevance | path

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

/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.cc1925 std::unique_ptr<File> profile_file(OS::OpenFileForReading(profile_filename.c_str())); in CompileBootclasspathElements() local
/art/test/generate-boot-image/
Dgenerate-boot-image.cc96 std::string profile_file = ""; member
/art/dex2oat/
Ddex2oat_image_test.cc200 ScratchFile profile_file; in TEST_F() local
220 ScratchFile profile_file; in TEST_F() local
Ddex2oat_test.cc1648 ScratchFile profile_file; in TEST_F() local
1787 ScratchFile profile_file; in TEST_F() local
Ddex2oat.cc2413 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.cc1006 std::string profile_file = app_info->GetPrimaryApkReferenceProfile(); in LoadClassesFromReferenceProfile() local
/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.cc213 for (const std::string& profile_file : profile_files) { in GenerateBootImageProfile() local
Dprofman.cc771 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo() local
878 bool GetClassNamesAndMethods(const std::string& profile_file, in GetClassNamesAndMethods()
920 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods() local
/art/runtime/jit/
Djit.cc861 for (const std::string& profile_file : space->GetProfileFiles()) { in Run() local
870 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/artd/
Dartd_test.cc1465 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1489 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1510 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1820 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
1841 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
3206 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
3229 std::string profile_file = OR_FATAL(BuildProfileOrDmPath(profile_path_.value())); in TEST_F() local
Dartd.cc862 Result<std::unique_ptr<File>> profile_file = OpenFileForReading(profile_path); in mergeProfiles() local
1212 std::unique_ptr<File> profile_file = nullptr; in dexopt() local
/art/libprofile/profile/
Dprofile_compilation_info.cc753 ScopedFlock profile_file = in MergeWith() local
788 ScopedFlock profile_file = in Load() local
911 ScopedFlock profile_file = in SaveFallback() local
/art/odrefresh/
Dodrefresh.cc475 std::unique_ptr<File> profile_file(OS::OpenFileForReading(path.c_str())); in AddDex2OatProfile() local