Home | History | Annotate | Download | only in libdex

Lines Matching refs:xff

60  * spec for opcode values >= 0xff; see dexOpcodeFromCodeUnit() below.
326 OP_DISPATCH_FF = 0xff,
1123 int lowByte = codeUnit & 0xff;
1124 if (lowByte != 0xff) {