Home | History | Annotate | Download | only in dex

Lines Matching defs:USHORT

23     public static final int USHORT = 2;
66 * type_idx ushort
68 public static final int TYPE_ITEM = USHORT;
78 * class_idx ushort
79 * type_idx/proto_idx ushort
82 public static final int MEMBER_ID_ITEM = USHORT + USHORT + UINT;
97 * type ushort
98 * unused ushort
102 public static final int MAP_ITEM = USHORT + USHORT + UINT + UINT;
106 * insn_count ushort
107 * handler_off ushort
109 public static final int TRY_ITEM = UINT + USHORT + USHORT;
117 * method_handle_type ushort
118 * unused ushort
119 * field_or_method_id ushort
120 * unused ushort
122 public static final int METHOD_HANDLE_ITEM = USHORT + USHORT + USHORT + USHORT;