Searched refs:numInputStack (Results 1 – 1 of 1) sorted by relevance
1231 int numInputStack = inputStack.length + outputStackStart; in merge() local1233 dstFrame.inputStack = new int[numInputStack + outputStackTop]; in merge()1239 for (int i = 0; i < numInputStack; ++i) { in merge()1255 merge(symbolTable, concreteOutputType, dstFrame.inputStack, numInputStack + i); in merge()