Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddebuginfo_encoder.cc44 switch (dbg_annotation->dbg_opcode) { in Visit()
99 dbginfo_.Push<dex::u1>(dbg_annotation->dbg_opcode); in Visit()
105 dbginfo_.Push<dex::u1>(dbg_annotation->dbg_opcode); in Visit()
119 ss << "Unexpected debug info opcode: " << dbg_annotation->dbg_opcode; in Visit()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h394 dex::u1 dbg_opcode = 0; member
397 explicit DbgInfoAnnotation(dex::u1 dbg_opcode) : dbg_opcode(dbg_opcode) {} in DbgInfoAnnotation()
/tools/dexter/dexter/
Ddisassembler.cc278 switch (annotation->dbg_opcode) { in Visit()