Searched refs:amount (Results 1 – 3 of 3) sorted by relevance
58 protected final void advance(int amount) { in advance() argument59 cursor += amount; in advance()
195 @ Expand the stack by the specified amount. We want to extract the
709 static int encodeShift(int code, int amount) { in encodeShift() argument710 return ((amount & 0x1f) << 2) | code; in encodeShift()