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