Home
last modified time | relevance | path

Searched refs:nextShort (Results 1 – 3 of 3) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/code/
DInstructionFactory.java73 public int nextShort() { in nextShort() method in InstructionFactory.ShortBufferBytecodeStream
86 int next = nextShort();
DBytecodeStream.java20 int nextShort(); in nextShort() method
DInstruction.java48 return (short) stream.nextShort(); in readSigned16BitValue()
52 return stream.nextShort() & 0xffff; in read16BitValue()