Searched defs:DumpInstruction (Results 1 – 3 of 3) sorted by relevance
273 size_t DisassemblerX86::DumpInstruction(std::ostream& os, const uint8_t* instr) { in DumpInstruction() function in art::x86::DisassemblerX86
811 void DexLayout::DumpInstruction(const dex_ir::CodeItem* code, in DumpInstruction() function in art::DexLayout
1199 static std::string DumpInstruction(ArtMethod* method, uint32_t dex_pc) in DumpInstruction() function