Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout_test.cc397 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutExec() local
439 std::string profile_file = tmp_dir + "primary.prof"; in DexFileLayoutFixedPointExec() local
514 ScratchFile* profile_file, in DexLayoutExec()
730 ScratchFile profile_file; in TEST_F() local
768 ScratchFile profile_file; in TEST_F() local
/art/profman/
Dprofman.cc530 for (const std::string& profile_file : profile_files_) { in DumpProfileInfo() local
625 bool GetClassNamesAndMethods(const std::string& profile_file, in GetClassNamesAndMethods()
662 for (const std::string& profile_file : profile_files_) { in DumpClassesAndMethods() local
1106 for (const std::string& profile_file : profile_files_) { in CreateBootProfile() local
Dprofile_assistant_test.cc302 ScratchFile profile_file; in CreateAndDump() local
709 ScratchFile profile_file; in TEST_F() local
895 ScratchFile profile_file; in TEST_F() local
1044 ScratchFile profile_file; in TEST_F() local
/art/runtime/
Ddexopt_test.cc80 ScratchFile profile_file; in GenerateOatForTest() local
/art/dex2oat/
Ddex2oat_image_test.cc335 ScratchFile profile_file; in TEST_F() local
Ddex2oat.cc2348 ScopedFlock profile_file; in LoadProfile() local
/art/runtime/jit/
Dprofile_compilation_info.cc191 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, in MergeWith() local
222 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, in Load() local
260 ScopedFlock profile_file = LockedFile::Open(filename.c_str(), flags, in Save() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc627 jstring profile_file, in VMRuntime_registerAppInfo()