Searched refs:DumpString (Results 1 – 12 of 12) sorted by relevance
65 << inst.DumpString(dex.get()) << std::endl; in VerifyClassData()
164 return Instruction::At(inst)->DumpString(nullptr); in DumpInst35c()167 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
638 std::string DumpString(const DexFile*) const;
109 std::string inst_str = pair.Inst().DumpString(dex_file); in DumpMethodCFG()
583 << instr.DumpString(dex_file) in ThrowNullPointerExceptionFromDexPC()727 << instr.DumpString(dex_file) in ThrowNullPointerExceptionFromDexPC()
186 LOG(ERROR) << pair->DumpString(nullptr); in NextIndex()
227 std::cout << inst->DumpString(nullptr); in ProcessCodeItem()
1126 return accessor.InstructionAt(dex_pc).DumpString(method->GetDexFile()); in DumpInstruction()1293 LOG(FATAL) << "Unexpected call into trampoline: " << instr.DumpString(nullptr); in artQuickResolutionTrampoline()2427 << "Unexpected call into interface trampoline: " << instr.DumpString(nullptr); in artInvokeInterfaceTrampoline()
983 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()) << "\n"; in TraceExecution()
212 << inst->DumpString(shadow_frame.GetMethod()->GetDexFile()); in UnexpectedOpcode()
1149 << StringPrintf("\t| %s\n", inst->DumpString(&dex_file).c_str()); in DumpOatMethod()