Searched refs:targetsOp (Results 1 - 3 of 3) sorted by relevance
| /glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/classfile/ |
| H A D | InsnLookupSwitch.java | 58 private InsnTarget[] targetsOp; field in class:InsnLookupSwitch 93 for (int i=0; i<targetsOp.length; i++) 94 targetsOp[i].setBranchTarget(); 116 return targetsOp; 123 InsnTarget[] targetsOp) { 124 this(defaultOp, matchesOp, targetsOp, NO_OFFSET); 131 InsnTarget[] targetsOp, int offset) { 136 this.targetsOp = targetsOp; 138 if (defaultOp == null || targetsOp 122 InsnLookupSwitch(InsnTarget defaultOp, int[] matchesOp, InsnTarget[] targetsOp) argument 130 InsnLookupSwitch(InsnTarget defaultOp, int[] matchesOp, InsnTarget[] targetsOp, int offset) argument [all...] |
| H A D | InsnTableSwitch.java | 58 * to targetsOp[0], lowOp+1 dispatches to targetsOp[1], etc. */ 59 private InsnTarget[] targetsOp; field in class:InsnTableSwitch 88 for (int i=0; i<targetsOp.length; i++) 89 targetsOp[i].setBranchTarget(); 111 return targetsOp; 119 InsnTarget[] targetsOp) { 120 this(lowOp, defaultOp, targetsOp, NO_OFFSET); 129 for (int i=0; i<targetsOp.length; i++) { 131 if (targetsOp[ 118 InsnTableSwitch(int lowOp, InsnTarget defaultOp, InsnTarget[] targetsOp) argument 159 InsnTableSwitch(int lowOp, InsnTarget defaultOp, InsnTarget[] targetsOp, int offset) argument [all...] |
| /glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/impl/ |
| H A D | MethodBuilder.java | 1821 final InsnTarget[] targetsOp = new InsnTarget[nofFields]; 1823 targetsOp[i] = new InsnTarget(); 1825 new InsnTableSwitch(lowOp, defaultOp, targetsOp)); 1830 insn = insn.append(targetsOp[i]); 2059 final InsnTarget[] targetsOp = new InsnTarget[nofFields]; 2061 targetsOp[i] = new InsnTarget(); 2063 new InsnTableSwitch(lowOp, defaultOp, targetsOp)); 2068 insn = insn.append(targetsOp[i]);
|
Completed in 109 milliseconds