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

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/
H A DMethodAnnotater.java1542 System.out.println(" state.argDepth = "//NOI18N
1543 + state.argDepth);
1552 if (state.argDepth == 0) {
1557 } else if (state.argDepth == 1) {
1576 int depth = state.argDepth;
2316 * the 1 word stack argument to currInsn which is argDepth deep on the
2325 private Insn findArgDepositer(Insn currInsn, int argDepth) { argument
2327 for (Insn i = currInsn.prev(); argDepth >= 0; i = i.prev()) {
2337 if (argDepth - nResults < 0) {
2350 if (argDepth
2816 int argDepth; field in class:StackState
[all...]

Completed in 20 milliseconds