Home
last modified time | relevance | path

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

/aosp12/art/disassembler/
H A Ddisassembler_x86.h37 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
H A 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
/aosp12/art/compiler/optimizing/
H A Dgraph_visualizer.h119 static void DumpInstruction(std::ostream* output, HGraph* graph, HInstruction* instruction);
H A Dgraph_visualizer.cc1034 void HGraphVisualizer::DumpInstruction(std::ostream* output, in DumpInstruction() function in art::HGraphVisualizer
H A Dnodes.cc1321 HGraphVisualizer::DumpInstruction(&os, graph, this); in Dump()
1358 HGraphVisualizer::DumpInstruction(&os, graph, instruction); in Dump()
/aosp12/art/dexlayout/
H A Ddexlayout.h153 void DumpInstruction(const dex_ir::CodeItem* code,
H A 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()
/aosp12/art/runtime/entrypoints/quick/
H A 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()