⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bytecode.java

📁 JDK1.4编译器后端
💻 JAVA
📖 第 1 页 / 共 2 页
字号:
    // Declared in JVMBytecodes.jrag at line 115    public final static byte FSUB = 102;    // Declared in JVMBytecodes.jrag at line 116    public final static byte DSUB = 103;    // Declared in JVMBytecodes.jrag at line 117    public final static byte IMUL = 104;    // Declared in JVMBytecodes.jrag at line 118    public final static byte LMUL = 105;    // Declared in JVMBytecodes.jrag at line 119    public final static byte FMUL = 106;    // Declared in JVMBytecodes.jrag at line 120    public final static byte DMUL = 107;    // Declared in JVMBytecodes.jrag at line 121    public final static byte IDIV = 108;    // Declared in JVMBytecodes.jrag at line 122    public final static byte LDIV = 109;    // Declared in JVMBytecodes.jrag at line 123    public final static byte FDIV = 110;    // Declared in JVMBytecodes.jrag at line 124    public final static byte DDIV = 111;    // Declared in JVMBytecodes.jrag at line 125    public final static byte IREM = 112;    // Declared in JVMBytecodes.jrag at line 126    public final static byte LREM = 113;    // Declared in JVMBytecodes.jrag at line 127    public final static byte FREM = 114;    // Declared in JVMBytecodes.jrag at line 128    public final static byte DREM = 115;    // Declared in JVMBytecodes.jrag at line 129    public final static byte INEG = 116;    // Declared in JVMBytecodes.jrag at line 130    public final static byte LNEG = 117;    // Declared in JVMBytecodes.jrag at line 131    public final static byte FNEG = 118;    // Declared in JVMBytecodes.jrag at line 132    public final static byte DNEG = 119;    // Declared in JVMBytecodes.jrag at line 133    public final static byte ISHL = 120;    // Declared in JVMBytecodes.jrag at line 134    public final static byte LSHL = 121;    // Declared in JVMBytecodes.jrag at line 135    public final static byte ISHR = 122;    // Declared in JVMBytecodes.jrag at line 136    public final static byte LSHR = 123;    // Declared in JVMBytecodes.jrag at line 137    public final static byte IUSHR = 124;    // Declared in JVMBytecodes.jrag at line 138    public final static byte LUSHR = 125;    // Declared in JVMBytecodes.jrag at line 139    public final static byte IAND = 126;    // Declared in JVMBytecodes.jrag at line 140    public final static byte LAND = 127;    // Declared in JVMBytecodes.jrag at line 141    public final static byte IOR = -256+128;    // Declared in JVMBytecodes.jrag at line 142    public final static byte LOR = -256+129;    // Declared in JVMBytecodes.jrag at line 143    public final static byte IXOR = -256+130;    // Declared in JVMBytecodes.jrag at line 144    public final static byte LXOR = -256+131;    // Declared in JVMBytecodes.jrag at line 145    public final static byte IINC = -256+132;    // Declared in JVMBytecodes.jrag at line 146    public final static byte I2L = -256+133;    // Declared in JVMBytecodes.jrag at line 147    public final static byte I2F = -256+134;    // Declared in JVMBytecodes.jrag at line 148    public final static byte I2D = -256+135;    // Declared in JVMBytecodes.jrag at line 149    public final static byte L2I = -256+136;    // Declared in JVMBytecodes.jrag at line 150    public final static byte L2F = -256+137;    // Declared in JVMBytecodes.jrag at line 151    public final static byte L2D = -256+138;    // Declared in JVMBytecodes.jrag at line 152    public final static byte F2I = -256+139;    // Declared in JVMBytecodes.jrag at line 153    public final static byte F2L = -256+140;    // Declared in JVMBytecodes.jrag at line 154    public final static byte F2D = -256+141;    // Declared in JVMBytecodes.jrag at line 155    public final static byte D2I = -256+142;    // Declared in JVMBytecodes.jrag at line 156    public final static byte D2L = -256+143;    // Declared in JVMBytecodes.jrag at line 157    public final static byte D2F = -256+144;    // Declared in JVMBytecodes.jrag at line 158    public final static byte I2B = -256+145;    // Declared in JVMBytecodes.jrag at line 159    public final static byte I2C = -256+146;    // Declared in JVMBytecodes.jrag at line 160    public final static byte I2S = -256+147;    // Declared in JVMBytecodes.jrag at line 161    public final static byte LCMP = -256+148;    // Declared in JVMBytecodes.jrag at line 162    public final static byte FCMPL = -256+149;    // Declared in JVMBytecodes.jrag at line 163    public final static byte FCMPG = -256+150;    // Declared in JVMBytecodes.jrag at line 164    public final static byte DCMPL = -256+151;    // Declared in JVMBytecodes.jrag at line 165    public final static byte DCMPG = -256+152;    // Declared in JVMBytecodes.jrag at line 166    public final static byte IFEQ = -256+153;    // Declared in JVMBytecodes.jrag at line 167    public final static byte IFNE = -256+154;    // Declared in JVMBytecodes.jrag at line 168    public final static byte IFLT = -256+155;    // Declared in JVMBytecodes.jrag at line 169    public final static byte IFGE = -256+156;    // Declared in JVMBytecodes.jrag at line 170    public final static byte IFGT = -256+157;    // Declared in JVMBytecodes.jrag at line 171    public final static byte IFLE = -256+158;    // Declared in JVMBytecodes.jrag at line 172    public final static byte IF_ICMPEQ = -256+159;    // Declared in JVMBytecodes.jrag at line 173    public final static byte IF_ICMPNE = -256+160;    // Declared in JVMBytecodes.jrag at line 174    public final static byte IF_ICMPLT = -256+161;    // Declared in JVMBytecodes.jrag at line 175    public final static byte IF_ICMPGE = -256+162;    // Declared in JVMBytecodes.jrag at line 176    public final static byte IF_ICMPGT = -256+163;    // Declared in JVMBytecodes.jrag at line 177    public final static byte IF_ICMPLE = -256+164;    // Declared in JVMBytecodes.jrag at line 178    public final static byte IF_ACMPEQ = -256+165;    // Declared in JVMBytecodes.jrag at line 179    public final static byte IF_ACMPNE = -256+166;    // Declared in JVMBytecodes.jrag at line 180    public final static byte GOTO = -256+167;    // Declared in JVMBytecodes.jrag at line 181    public final static byte JSR = -256+168;    // Declared in JVMBytecodes.jrag at line 182    public final static byte RET = -256+169;    // Declared in JVMBytecodes.jrag at line 183    public final static byte TABLESWITCH = -256+170;    // Declared in JVMBytecodes.jrag at line 184    public final static byte LOOKUPSWITCH = -256+171;    // Declared in JVMBytecodes.jrag at line 185    public final static byte IRETURN = -256+172;    // Declared in JVMBytecodes.jrag at line 186    public final static byte LRETURN = -256+173;    // Declared in JVMBytecodes.jrag at line 187    public final static byte FRETURN = -256+174 ;    // Declared in JVMBytecodes.jrag at line 188    public final static byte DRETURN = -256+175;    // Declared in JVMBytecodes.jrag at line 189    public final static byte ARETURN = -256+176;    // Declared in JVMBytecodes.jrag at line 190    public final static byte RETURN = -256+177;    // Declared in JVMBytecodes.jrag at line 191    public final static byte GETSTATIC = -256+178 ;    // Declared in JVMBytecodes.jrag at line 192    public final static byte PUTSTATIC = -256+179;    // Declared in JVMBytecodes.jrag at line 193    public final static byte GETFIELD = -256+180;    // Declared in JVMBytecodes.jrag at line 194    public final static byte PUTFIELD = -256+181;    // Declared in JVMBytecodes.jrag at line 195    public final static byte INVOKEVIRTUAL = -256+182;    // Declared in JVMBytecodes.jrag at line 196    public final static byte INVOKESPECIAL = -256+183;    // Declared in JVMBytecodes.jrag at line 197    public final static byte INVOKESTATIC = -256+184;    // Declared in JVMBytecodes.jrag at line 198    public final static byte INVOKEINTERFACE = -256+185;    // Declared in JVMBytecodes.jrag at line 200    //Opcode 186 is unused    public final static byte NEW = -256+187;    // Declared in JVMBytecodes.jrag at line 201    public final static byte NEWARRAY = -256+188;    // Declared in JVMBytecodes.jrag at line 202    public final static byte ANEWARRAY = -256+189;    // Declared in JVMBytecodes.jrag at line 203    public final static byte ARRAYLENGTH = -256+190;    // Declared in JVMBytecodes.jrag at line 204    public final static byte ATHROW = -256+191;    // Declared in JVMBytecodes.jrag at line 205    public final static byte CHECKCAST = -256+192;    // Declared in JVMBytecodes.jrag at line 206    public final static byte INSTANCEOF = -256+193;    // Declared in JVMBytecodes.jrag at line 207    public final static byte MONITORENTER = -256+194;    // Declared in JVMBytecodes.jrag at line 208    public final static byte MONITOREXIT = -256+195;    // Declared in JVMBytecodes.jrag at line 209    public final static byte WIDE = -256+196;    // Declared in JVMBytecodes.jrag at line 210    public final static byte MULTIANEWARRAY = -256+197;    // Declared in JVMBytecodes.jrag at line 211    public final static byte IFNULL = -256+198;    // Declared in JVMBytecodes.jrag at line 212    public final static byte IFNONNULL = -256+199;    // Declared in JVMBytecodes.jrag at line 213    public final static byte GOTO_W = -256+200;    // Declared in JVMBytecodes.jrag at line 214    public final static byte JSR_W = -256+201;    // Declared in JVMBytecodes.jrag at line 215    public final static byte BREAKPOINT = -256+202;    // Declared in JVMBytecodes.jrag at line 216    public final static byte IMPDEP1 = -256+254;    // Declared in JVMBytecodes.jrag at line 217    public final static byte IMPDEP2 = -256+255;
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -