Home
last modified time | relevance | path

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

/art/compiler/sea_ir/code_gen/
Dcode_gen.cc119 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()
/art/runtime/
Ddex_instruction.cc114 LOG(FATAL) << "Unreachable: " << DumpString(NULL); in SizeInCodeUnitsComplexOpcode()
136 std::string Instruction::DumpString(const DexFile* file) const { in DumpString() function in art::Instruction
Ddex_instruction.h525 std::string DumpString(const DexFile*) const;
Dcommon_throws.cc500 instr->DumpString(&dex_file).c_str()).c_str()); in ThrowNullPointerExceptionFromDexPC()
/art/compiler/sea_ir/debug/
Ddot_gen.cc152 instruction->GetInstruction()->DumpString(graph_->GetDexFile()) + "\""; in Visit()
/art/runtime/entrypoints/portable/
Dportable_trampoline_entrypoints.cc376 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(NULL); in artPortableResolutionTrampoline()
/art/runtime/interpreter/
Dinterpreter_common.h355 << inst->DumpString(mh.GetMethod()->GetDexFile()) << "\n"; in TraceExecution()
Dinterpreter_common.cc489 LOG(FATAL) << "Unexpected instruction: " << inst->DumpString(mh.GetMethod()->GetDexFile()); in UnexpectedOpcode()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc768 LOG(FATAL) << "Unexpected call into trampoline: " << instr->DumpString(NULL); in artQuickResolutionTrampoline()
1914 << "Unexpected call into interface trampoline: " << instr->DumpString(NULL); in artInvokeInterfaceTrampoline()
/art/runtime/verifier/
Dmethod_verifier.cc1170 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()
/art/oatdump/
Doatdump.cc895 os << StringPrintf("0x%04zx: %s\n", i, instruction->DumpString(&dex_file).c_str()); in DumpDexCode()