Searched refs:DumpString (Results 1 – 12 of 12) sorted by relevance
158 return Instruction::At(inst)->DumpString(nullptr); in DumpInst35c()161 TEST(Instruction, DumpString) { in TEST() argument
116 LOG(FATAL) << "Unreachable: " << DumpString(nullptr); in SizeInCodeUnitsComplexOpcode()136 LOG(FATAL) << "Unreachable: " << DumpString(nullptr); in CodeUnitsRequiredForSizeOfComplexOpcode()175 std::string Instruction::DumpString(const DexFile* file) const { in DumpString() function in art::Instruction
631 std::string DumpString(const DexFile*) const;
72 << inst.DumpString(dex.get()) << std::endl; in VerifyClassData()
111 std::string inst_str = pair.Inst().DumpString(dex_file); in dumpMethodCFGImpl()
584 << instr.DumpString(dex_file) in ThrowNullPointerExceptionFromDexPC()723 << instr.DumpString(dex_file) in ThrowNullPointerExceptionFromDexPC()
184 LOG(ERROR) << pair->DumpString(nullptr); in NextIndex()
523 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()) << "\n"; in TraceExecution()
477 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()); in UnexpectedOpcode()
1187 return accessor.InstructionAt(dex_pc).DumpString(method->GetDexFile()); in DumpInstruction()1368 LOG(FATAL) << "Unexpected call into trampoline: " << instr.DumpString(nullptr); in artQuickResolutionTrampoline()2653 << "Unexpected call into interface trampoline: " << instr.DumpString(nullptr); in artInvokeInterfaceTrampoline()
1626 vios->Stream() << inst->DumpString(dex_file_) << "\n"; in Dump()2016 LogVerifyInfo() << "Processing " << inst->DumpString(dex_file_) << "\n" in CodeFlowVerifyInstruction()3394 Fail(VERIFY_ERROR_BAD_CLASS_HARD) << "Unexpected opcode " << inst->DumpString(dex_file_); in CodeFlowVerifyInstruction()3418 info_messages_ << "Rejecting opcode " << inst->DumpString(dex_file_); in CodeFlowVerifyInstruction()
1339 << StringPrintf("\t| %s\n", inst->DumpString(&dex_file).c_str()); in DumpOatMethod()