Searched refs:newOutputStack (Results 1 – 1 of 1) sorted by relevance
538 int[] newOutputStack = new int[Math.max(outputStackTop + 1, 2 * outputStackLength)]; in push() local539 System.arraycopy(outputStack, 0, newOutputStack, 0, outputStackLength); in push()540 outputStack = newOutputStack; in push()