Home
last modified time | relevance | path

Searched refs:DumpInstruction (Results 1 – 5 of 5) sorted by relevance

/art/disassembler/
Ddisassembler_x86.h37 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
Ddisassembler_x86.cc43 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/
Ddexlayout.h154 void DumpInstruction(const dex_ir::CodeItem* code,
Ddexlayout.cc812 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/
Dquick_trampoline_entrypoints.cc1117 static std::string DumpInstruction(ArtMethod* method, uint32_t dex_pc) in DumpInstruction() function
1183 LOG(FATAL_WITHOUT_ABORT) << " instruction: " << DumpInstruction(outer_method, dex_pc); in DumpB74410240DebugData()
1214 LOG(FATAL_WITHOUT_ABORT) << " instruction: " << DumpInstruction(caller, dex_pc); in DumpB74410240DebugData()