Searched refs:inputStackTop (Results 1 – 2 of 2) sorted by relevance
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
D | MethodWriter.java | 1738 int inputStackTop = basicBlock.inputStackSize; in computeMaxStackAndLocal() local 1739 int maxBlockStackSize = inputStackTop + basicBlock.outputStackMax; in computeMaxStackAndLocal() 1758 (short) (outgoingEdge.info == Edge.EXCEPTION ? 1 : inputStackTop + outgoingEdge.info); in computeMaxStackAndLocal()
|
/external/ow2-asm/asm/src/test/resources/ |
D | sigtest-6.0.txt | 171 …E,RESIZED,RESOLVED,RET,STORE,SUBROUTINE,TARGET,VISITED,VISITED2,frame,inputStackTop,line,next,outp…
|