Package objot.bytecode

Examples of objot.bytecode.Instruction.insU2()


        s.ins0(ALOAD0);
        int loop = s.addr; // n
        s.insU2(GETFIELD, parentCi); // n
        s.ins0(DUP);
        s.insU2(LDCW, cCis[i]);
        s.insU2(INVOKEVIRTUAL, indexCi); // n, j
        s.ins0(DUP);
        s.ins0(ISTORE3);
        s.jump(s.insJump(IFIE0), loop);
        s.ins0(ILOAD3); // j
        s.ins0(ALOAD2);
View Full Code Here


        s.ins0(DUP);
        s.ins0(ISTORE3);
        s.jump(s.insJump(IFIE0), loop);
        s.ins0(ILOAD3); // j
        s.ins0(ALOAD2);
        s.insU2(INVOKEVIRTUAL, set0Ci); // set
        s.ins0(IRETURN);
      }
      else
        s.switchTable(sw, i0 - i, sw0); // other
    }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.