Home
last modified time | relevance | path

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

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