Searched refs:DumpString (Results 1 – 11 of 11) sorted by relevance
119 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()124 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()131 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()137 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()144 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()177 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()195 std::string instr = invoke->GetInstruction()->DumpString(NULL); in Visit()219 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()231 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()239 std::string instr = instruction->GetInstruction()->DumpString(NULL); in Visit()
114 LOG(FATAL) << "Unreachable: " << DumpString(NULL); in SizeInCodeUnitsComplexOpcode()136 std::string Instruction::DumpString(const DexFile* file) const { in DumpString() function in art::Instruction
525 std::string DumpString(const DexFile*) const;
500 instr->DumpString(&dex_file).c_str()).c_str()); in ThrowNullPointerExceptionFromDexPC()
152 instruction->GetInstruction()->DumpString(graph_->GetDexFile()) + "\""; in Visit()
376 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(NULL); in artPortableResolutionTrampoline()
355 << inst->DumpString(mh.GetMethod()->GetDexFile()) << "\n"; in TraceExecution()
489 LOG(FATAL) << "Unexpected instruction: " << inst->DumpString(mh.GetMethod()->GetDexFile()); in UnexpectedOpcode()
768 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(NULL); in artQuickResolutionTrampoline()1914 << "Unexpected call into interface trampoline: " << instr->DumpString(NULL); in artInvokeInterfaceTrampoline()
1170 indent_os << inst->DumpString(dex_file_) << "\n"; in Dump()1472 LogVerifyInfo() << "Processing " << inst->DumpString(dex_file_) << "\n" in CodeFlowVerifyInstruction()2723 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Unexpected opcode " << inst->DumpString(dex_file_); in CodeFlowVerifyInstruction()2738 info_messages_ << "Rejecting opcode " << inst->DumpString(dex_file_); in CodeFlowVerifyInstruction()
895 os << StringPrintf("0x%04zx: %s\n", i, instruction->DumpString(&dex_file).c_str()); in DumpDexCode()