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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DMethodWriter.java240 private int maxStackSize; field in class:MethodWriter
625 if (size > maxStackSize) {
626 maxStackSize = size;
634 currentBlock.maxStackSize = maxStackSize;
648 if (size > maxStackSize) {
649 maxStackSize = size;
667 currentBlock.maxStackSize = maxStackSize;
672 if (size > maxStackSize) {
[all...]
H A DLabel.java97 * beginStackSize} + {@link #maxStackSize maxStackSize}.
99 int maxStackSize; field in class:Label

Completed in 146 milliseconds