Searched refs:DumpInstruction (Results 1 – 4 of 4) sorted by relevance
37 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
33 return DumpInstruction(os, begin); in Dump()39 length = DumpInstruction(os, cur); in Dump()273 size_t DisassemblerX86::DumpInstruction(std::ostream& os, const uint8_t* instr) { in DumpInstruction() function in art::x86::DisassemblerX86
154 void DumpInstruction(const dex_ir::CodeItem* code,
1199 static std::string DumpInstruction(ArtMethod* method, uint32_t dex_pc) in DumpInstruction() function1265 LOG(FATAL_WITHOUT_ABORT) << " instruction: " << DumpInstruction(outer_method, dex_pc); in DumpB74410240DebugData()1296 LOG(FATAL_WITHOUT_ABORT) << " instruction: " << DumpInstruction(caller, dex_pc); in DumpB74410240DebugData()