• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/

Lines Matching refs:Opcodes

504      * @param access the method's access flags (see {@link Opcodes}).
545 if ((access & Opcodes.ACC_STATIC) != 0) {
630 if ((opcode >= Opcodes.IRETURN && opcode <= Opcodes.RETURN)
631 || opcode == Opcodes.ATHROW)
644 if (computeMaxs && opcode != Opcodes.NEWARRAY) {
654 if (opcode == Opcodes.SIPUSH) {
664 if (opcode == Opcodes.RET) {
679 if (opcode == Opcodes.LLOAD || opcode == Opcodes.DLOAD
680 || opcode == Opcodes.LSTORE || opcode == Opcodes.DSTORE)
691 if (var < 4 && opcode != Opcodes.RET) {
693 if (opcode < Opcodes.ISTORE) {
695 opt = 26 + ((opcode - Opcodes.ILOAD) << 2) + var;
698 opt = 59 + ((opcode - Opcodes.ISTORE) << 2) + var;
709 if (computeMaxs && opcode == Opcodes.NEW) {
733 case Opcodes.GETSTATIC:
736 case Opcodes.PUTSTATIC:
739 case Opcodes.GETFIELD:
763 boolean itf = opcode == Opcodes.INVOKEINTERFACE;
783 if (opcode == Opcodes.INVOKESTATIC) {
802 code.put12(Opcodes.INVOKEINTERFACE, i.index).put11(argSize >> 2, 0);
810 if (opcode == Opcodes.GOTO) {
818 } else if (opcode == Opcodes.JSR) {
840 if (opcode == Opcodes.GOTO) {
842 } else if (opcode == Opcodes.JSR) {
904 code.put11(Opcodes.LDC, index);
919 .put12(Opcodes.IINC, var)
922 code.putByte(Opcodes.IINC).put11(var, increment);
947 code.putByte(Opcodes.TABLESWITCH);
978 code.putByte(Opcodes.LOOKUPSWITCH);
997 code.put12(Opcodes.MULTIANEWARRAY, cw.newClass(desc)).putByte(dims);
1226 if ((access & Opcodes.ACC_SYNTHETIC) != 0
1227 && (cw.version & 0xffff) < Opcodes.V1_5)
1232 if ((access & Opcodes.ACC_DEPRECATED) != 0) {
1236 if (cw.version == Opcodes.V1_4) {
1237 if ((access & Opcodes.ACC_VARARGS) != 0) {
1241 if ((access & Opcodes.ACC_BRIDGE) != 0) {
1302 if ((access & Opcodes.ACC_SYNTHETIC) != 0
1303 && (cw.version & 0xffff) < Opcodes.V1_5)
1307 if ((access & Opcodes.ACC_DEPRECATED) != 0) {
1310 if (cw.version == Opcodes.V1_4) {
1311 if ((access & Opcodes.ACC_VARARGS) != 0) {
1314 if ((access & Opcodes.ACC_BRIDGE) != 0) {
1413 if ((access & Opcodes.ACC_SYNTHETIC) != 0
1414 && (cw.version & 0xffff) < Opcodes.V1_5)
1418 if ((access & Opcodes.ACC_DEPRECATED) != 0) {
1421 if (cw.version == Opcodes.V1_4) {
1422 if ((access & Opcodes.ACC_VARARGS) != 0) {
1425 if ((access & Opcodes.ACC_BRIDGE) != 0) {
1570 if (opcode == Opcodes.GOTO
1571 || opcode == Opcodes.JSR)
1632 if (opcode == Opcodes.IINC) {
1727 if (opcode == Opcodes.GOTO) {
1729 } else if (opcode == Opcodes.JSR) {
1759 newCode.putByte(Opcodes.TABLESWITCH);
1785 newCode.putByte(Opcodes.LOOKUPSWITCH);
1807 if (opcode == Opcodes.IINC) {