Searched refs:nextShort (Results 1 – 3 of 3) sorted by relevance
73 public int nextShort() { in nextShort() method in InstructionFactory.ShortBufferBytecodeStream86 int next = nextShort();
20 int nextShort(); in nextShort() method
48 return (short) stream.nextShort(); in readSigned16BitValue()52 return stream.nextShort() & 0xffff; in read16BitValue()