Searched defs:lowByte (Results 1 – 2 of 2) sorted by relevance
328 int lowByte = opcode & 0xff; in isValidShape() local350 int lowByte = opcodeUnit & 0xff; in extractOpcodeFromUnit() local
1003 private static short codeUnit(int lowByte, int highByte) { in codeUnit()