Searched refs:DumpInstruction (Results 1 – 8 of 8) sorted by relevance
/aosp12/art/disassembler/ |
H A D | disassembler_x86.h | 37 size_t DumpInstruction(std::ostream& os, const uint8_t* instr);
|
H A 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
|
/aosp12/art/compiler/optimizing/ |
H A D | graph_visualizer.h | 119 static void DumpInstruction(std::ostream* output, HGraph* graph, HInstruction* instruction);
|
H A D | graph_visualizer.cc | 1034 void HGraphVisualizer::DumpInstruction(std::ostream* output, in DumpInstruction() function in art::HGraphVisualizer
|
H A D | nodes.cc | 1321 HGraphVisualizer::DumpInstruction(&os, graph, this); in Dump() 1358 HGraphVisualizer::DumpInstruction(&os, graph, instruction); in Dump()
|
/aosp12/art/dexlayout/ |
H A D | dexlayout.h | 153 void DumpInstruction(const dex_ir::CodeItem* code,
|
H A 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()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_trampoline_entrypoints.cc | 1117 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()
|