Searched refs:DumpInstruction (Results 1 – 5 of 5) sorted by relevance
/art/disassembler/ |
D | disassembler_x86.h | 37 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
|
D | disassembler_x86.cc | 43 return DumpInstruction(os, begin); in Dump() 49 length = DumpInstruction(os, cur); in Dump() 283 size_t DisassemblerX86::DumpInstruction(std::ostream& os, const uint8_t* instr) { in DumpInstruction() function in art::x86::DisassemblerX86
|
/art/dexlayout/ |
D | dexlayout.h | 154 void DumpInstruction(const dex_ir::CodeItem* code,
|
D | dexlayout.cc | 812 void DexLayout::DumpInstruction(const dex_ir::CodeItem* code, in DumpInstruction() function in art::DexLayout 1045 DumpInstruction(code, code_offset, inst.DexPc(), insn_width, &inst.Inst()); in DumpBytecodes()
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1118 static std::string DumpInstruction(ArtMethod* method, uint32_t dex_pc) in DumpInstruction() function 1184 LOG(FATAL_WITHOUT_ABORT) << " instruction: " << DumpInstruction(outer_method, dex_pc); in DumpB74410240DebugData() 1215 LOG(FATAL_WITHOUT_ABORT) << " instruction: " << DumpInstruction(caller, dex_pc); in DumpB74410240DebugData()
|