Searched refs:DumpString (Results 1 – 8 of 8) sorted by relevance
115 LOG(FATAL) << "Unreachable: " << DumpString(nullptr); in SizeInCodeUnitsComplexOpcode()154 std::string Instruction::DumpString(const DexFile* file) const { in DumpString() function in art::Instruction
523 std::string DumpString(const DexFile*) const;
497 instr->DumpString(dex_file).c_str()).c_str()); in ThrowNullPointerExceptionFromDexPC()
368 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()) << "\n"; in TraceExecution()
445 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()); in UnexpectedOpcode()
881 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(nullptr); in artQuickResolutionTrampoline()2078 << "Unexpected call into interface trampoline: " << instr->DumpString(nullptr); in artInvokeInterfaceTrampoline()
1289 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()
1299 << StringPrintf("\t| %s\n", instruction->DumpString(&dex_file).c_str()); in DumpDexCode()