Home
last modified time | relevance | path

Searched refs:dbg_opcode (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Ddebuginfo_encoder.cc41 switch (dbg_annotation->dbg_opcode) { in Visit()
96 dbginfo_.Push<dex::u1>(dbg_annotation->dbg_opcode); in Visit()
102 dbginfo_.Push<dex::u1>(dbg_annotation->dbg_opcode); in Visit()
115 SLICER_FATAL("Unexpected debug info opcode: 0x%02x", dbg_annotation->dbg_opcode); in Visit()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h382 dex::u1 dbg_opcode = 0; member
385 explicit DbgInfoAnnotation(dex::u1 dbg_opcode) : dbg_opcode(dbg_opcode) {} in DbgInfoAnnotation()
/tools/dexter/dexter/
Ddissasembler.cc271 switch (annotation->dbg_opcode) { in Visit()