Searched refs:DumpString (Results 1 - 8 of 8) sorted by relevance

/art/runtime/
H A Ddex_instruction.cc115 LOG(FATAL) << "Unreachable: " << DumpString(nullptr);
154 std::string Instruction::DumpString(const DexFile* file) const { function in class:art::Instruction
H A Ddex_instruction.h523 std::string DumpString(const DexFile*) const;
H A Dcommon_throws.cc497 instr->DumpString(dex_file).c_str()).c_str());
/art/runtime/interpreter/
H A Dinterpreter_common.h368 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()) << "\n";
H A Dinterpreter_common.cc445 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile());
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc881 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(nullptr);
2078 << "Unexpected call into interface trampoline: " << instr->DumpString(nullptr);
/art/runtime/verifier/
H A Dmethod_verifier.cc1289 indent_os << inst->DumpString(dex_file_) << "\n";
1638 LogVerifyInfo() << "Processing " << inst->DumpString(dex_file_) << "\n"
2902 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Unexpected opcode " << inst->DumpString(dex_file_);
2926 info_messages_ << "Rejecting opcode " << inst->DumpString(dex_file_);
/art/oatdump/
H A Doatdump.cc1299 << StringPrintf("\t| %s\n", instruction->DumpString(&dex_file).c_str());

Completed in 296 milliseconds