Home | History | Annotate | Download | only in libdex

Lines Matching full:codeunit

603 DEX_INLINE Opcode dexOpcodeFromCodeUnit(u2 codeUnit) {
611 int lowByte = codeUnit & 0xff;
615 return (Opcode) ((codeUnit >> 8) | 0x100);