HomeSort by relevance Sort by last modified time
    Searched refs:DumpInfo (Results 1 - 11 of 11) sorted by null

  /art/runtime/jit/
profile_saver.h 101 void DumpInfo(std::ostream& os);
jit.h 73 void DumpInfo(std::ostream& os) REQUIRES(!lock_);
profile_compilation_info.h 341 std::string DumpInfo(const std::vector<std::unique_ptr<const DexFile>>* dex_files,
343 std::string DumpInfo(const std::vector<const DexFile*>* dex_files,
jit.cc 152 void Jit::DumpInfo(std::ostream& os) {
160 DumpInfo(os);
381 DumpInfo(LOG_STREAM(INFO));
profile_saver.cc 720 instance_->DumpInfo(LOG_STREAM(INFO));
769 instance_->DumpInfo(os);
773 void ProfileSaver::DumpInfo(std::ostream& os) {
    [all...]
profile_compilation_info.cc     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Include/Protocol/
EfiShellEnvironment2.h 209 @param[in] DumpInfo The function pointer to dump infomation function
218 IN SHELLENV_DUMP_PROTOCOL_INFO DumpInfo OPTIONAL,
624 SHELLENV_DUMP_PROTOCOL_INFO DumpInfo; ///< The pointer to DumpInfo function for the protocol.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.h 176 DUMP_PROTOCOL_INFO DumpInfo;
UefiHandleParsingLib.c     [all...]
  /art/profman/
profman.cc 383 *dump += banner + "\n" + info->DumpInfo(dex_files) + "\n";
    [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 571 milliseconds