Searched refs:dbg_opcode (Results 1 – 3 of 3) sorted by relevance
41 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()
382 dex::u1 dbg_opcode = 0; member385 explicit DbgInfoAnnotation(dex::u1 dbg_opcode) : dbg_opcode(dbg_opcode) {} in DbgInfoAnnotation()
271 switch (annotation->dbg_opcode) { in Visit()