Searched refs:stackSize (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DEdge.java45 int stackSize; field in class:Edge
H A DMethodWriter.java229 * <tt>stackSize</tt>.
231 private int stackSize; field in class:MethodWriter
238 * block plus <tt>stackSize</tt>.
624 int size = stackSize + SIZE[opcode];
628 stackSize = size;
647 int size = stackSize + 1;
651 stackSize = size;
671 int size = stackSize + SIZE[opcode];
675 stackSize = size;
712 int size = stackSize
1171 addSuccessor(final int stackSize, final Label successor) argument
[all...]

Completed in 39 milliseconds