Home | History | Annotate | Download | only in libdex

Lines Matching refs:lowByte

611     int lowByte = codeUnit & 0xff;
612 if (lowByte != 0xff) {
613 return (Opcode) lowByte;