Home
last modified time | relevance | path

Searched defs:profile_file (Results 1 – 13 of 13) 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.cc83 ScratchFile profile_file; in TEST_F() local
110 ScratchFile profile_file; in TEST_F() local
Dimage_space.cc81 const char* profile_file, in ImageSpace()
857 const char* profile_file, in Init()
1628 std::string profile_file; member
2136 std::unique_ptr<File> profile_file(OS::OpenFileForReading(profile_filename.c_str())); in CompileExtension() local
3057 const std::string& profile_file, in Load()
/art/dex2oat/
Ddex2oat_image_test.cc201 ScratchFile profile_file; in TEST_F() local
221 ScratchFile profile_file; in TEST_F() local
Ddex2oat_test.cc1356 ScratchFile profile_file; in TEST_F() local
2207 ScratchFile profile_file; in TEST_F() local
2307 ScratchFile profile_file; in TEST_F() local
Ddex2oat.cc2575 std::unique_ptr<File> profile_file; in LoadProfile() local
/art/runtime/
Ddexopt_test.cc111 ScratchFile profile_file; in GenerateOatForTest() local
/art/profman/
Dboot_image_profile.cc212 for (const std::string& profile_file : profile_files) { in GenerateBootImageProfile() local
Dprofman.cc686 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo() local
780 bool GetClassNamesAndMethods(const std::string& profile_file, in GetClassNamesAndMethods()
822 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods() local
Dprofile_assistant_test.cc290 ScratchFile profile_file; in CreateAndDump() local
715 ScratchFile profile_file; in TEST_F() local
1012 ScratchFile profile_file; in TEST_F() local
1161 ScratchFile profile_file; in TEST_F() local
/art/runtime/jit/
Djit.cc941 const std::string& profile_file = space->GetProfileFile(); in Run() local
1369 const std::string& profile_file, in CompileMethodsFromBootProfile()
1411 const std::string& profile_file, in CompileMethodsFromProfile()
/art/libprofile/profile/
Dprofile_compilation_info.cc226 ScopedFlock profile_file = in MergeWith() local
261 ScopedFlock profile_file = in Load() local
303 ScopedFlock profile_file = in Save() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc645 jstring profile_file, in VMRuntime_registerAppInfo()