Home
last modified time | relevance | path

Searched refs:DumpInfo (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jit/
Dprofile_saver.h102 void DumpInfo(std::ostream& os);
Dprofile_saver.cc513 instance_->DumpInfo(LOG_STREAM(INFO)); in Stop()
562 instance_->DumpInfo(os); in DumpInstanceInfo()
566 void ProfileSaver::DumpInfo(std::ostream& os) { in DumpInfo() function in art::ProfileSaver
Dprofile_compilation_info.h245 std::string DumpInfo(const std::vector<std::unique_ptr<const DexFile>>* dex_files,
247 std::string DumpInfo(const std::vector<const DexFile*>* dex_files,
Djit.h77 void DumpInfo(std::ostream& os) REQUIRES(!lock_);
Djit.cc129 void Jit::DumpInfo(std::ostream& os) { in DumpInfo() function in art::jit::Jit
137 DumpInfo(os); in DumpForSigQuit()
355 DumpInfo(LOG_STREAM(INFO)); in ~Jit()
Dprofile_compilation_info.cc1061 std::string ProfileCompilationInfo::DumpInfo( in DumpInfo() function in art::ProfileCompilationInfo
1066 return DumpInfo(non_owning_dex_files.get(), print_full_dex_location); in DumpInfo()
1069 std::string ProfileCompilationInfo::DumpInfo(const std::vector<const DexFile*>* dex_files, in DumpInfo() function in art::ProfileCompilationInfo
/art/profman/
Dprofman.cc338 std::string this_dump = banner + "\n" + info.DumpInfo(dex_files) + "\n"; in DumpOneProfile()
/art/compiler/driver/
Dcompiler_driver.cc2510 : profile_compilation_info_->DumpInfo(&dex_files)); in Compile()