Searched refs:beginStackSize (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 DLabel.java91 int beginStackSize; field in class:Label
96 * i.e., the true maximum stack size is equal to {@link #beginStackSize
97 * beginStackSize} + {@link #maxStackSize maxStackSize}.
H A DMethodWriter.java228 * Label#beginStackSize beginStackSize} of the current basic block plus
237 * to the {@link Label#beginStackSize beginStackSize} of the current basic
1009 handler.beginStackSize = 1;
1079 * Note: by hypothesis, the {@link Label#beginStackSize} of the
1089 int start = l.beginStackSize;
1104 l.beginStackSize = start + b.stackSize;

Completed in 54 milliseconds