亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? 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 + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久综合狠狠综合久久综合88 | 亚洲综合999| 久久亚洲捆绑美女| 精品av久久707| 久久夜色精品国产欧美乱极品| 日韩视频在线永久播放| 日韩无一区二区| 久久久噜噜噜久久中文字幕色伊伊 | 国产成人精品免费| 福利一区在线观看| 91丝袜美女网| 欧美精品视频www在线观看| 欧美一区二区三区视频免费| 欧美大片在线观看一区| 国产日韩视频一区二区三区| 亚洲色图在线视频| 亚洲国产成人高清精品| 美女网站视频久久| 国产成人精品1024| 91日韩一区二区三区| 欧美日韩国产一区| 久久久久99精品国产片| 国产精品初高中害羞小美女文| 亚洲精品综合在线| 美日韩一区二区| 99精品视频在线播放观看| 在线欧美小视频| 欧美一区二区三区在线观看视频 | 夜夜嗨av一区二区三区| 久久国产剧场电影| 99精品视频一区二区三区| 欧美视频在线观看一区| 久久久久久久久久久久久女国产乱| 国产精品久久久久久久久搜平片| 亚洲成人av资源| 国产成人综合亚洲网站| 精品视频在线免费看| 欧美精品一区二区三区在线播放| 亚洲美女偷拍久久| 国产成人在线观看| 欧美一区二区三区四区视频| 中文字幕五月欧美| 欧美二区在线观看| 国产欧美一区二区精品性色 | 久久嫩草精品久久久精品| 日韩伦理免费电影| 国产一区福利在线| 欧美日韩性生活| 亚洲精品免费视频| 懂色av中文字幕一区二区三区| 欧美日韩另类国产亚洲欧美一级| 国产精品夫妻自拍| 国产精一区二区三区| 91精品国产综合久久小美女| 亚洲美女淫视频| 99久久免费精品高清特色大片| 91亚洲精华国产精华精华液| 国产亚洲一区二区三区在线观看 | 色婷婷综合在线| 欧美激情一二三区| 国产毛片精品视频| xvideos.蜜桃一区二区| 麻豆91在线观看| 日韩一级免费观看| 石原莉奈在线亚洲三区| 欧美三级电影一区| 午夜欧美2019年伦理| 欧美亚洲图片小说| 午夜欧美在线一二页| 亚洲乱码国产乱码精品精98午夜 | 色一情一伦一子一伦一区| 久久久久亚洲蜜桃| 国产高清视频一区| 国产午夜精品久久| 成人高清视频在线| 日本一区二区成人| 在线播放视频一区| 久久久综合激的五月天| 国模大尺度一区二区三区| 久久久久青草大香线综合精品| 激情成人午夜视频| 国产区在线观看成人精品| 高潮精品一区videoshd| 国产精品麻豆久久久| 色综合婷婷久久| 亚洲成av人片一区二区三区| 欧美高清视频不卡网| 免费在线成人网| 久久婷婷色综合| 99在线视频精品| 亚洲午夜精品久久久久久久久| 欧美日韩久久久一区| 蜜臀av国产精品久久久久| 日本不卡一二三| 久久久www成人免费毛片麻豆| 成人国产电影网| 亚洲18色成人| 亚洲精品一区二区三区蜜桃下载| 成人少妇影院yyyy| 亚洲成人激情社区| 欧美精品一区二区高清在线观看| 精品在线一区二区三区| 久久免费看少妇高潮| 91色在线porny| 免费观看成人av| 综合分类小说区另类春色亚洲小说欧美 | 777午夜精品免费视频| 精品一区二区三区免费毛片爱 | 91精品午夜视频| 岛国一区二区三区| 午夜精品久久久久久久久久久 | 国产精品对白交换视频| 欧美日本一区二区三区四区| 国产乱妇无码大片在线观看| voyeur盗摄精品| 美女脱光内衣内裤视频久久影院| 中文字幕中文字幕在线一区| 4438x成人网最大色成网站| 99精品久久久久久| 国产一区二三区| 日产欧产美韩系列久久99| 亚洲欧美日韩人成在线播放| 中文字幕欧美一区| 成人丝袜视频网| 国产一区二区网址| 视频在线观看一区| 一个色综合网站| 1024国产精品| 国产精品丝袜在线| 久久久久国产成人精品亚洲午夜| 91精品国产综合久久婷婷香蕉| 91国内精品野花午夜精品| 福利一区二区在线| 国产精品一区在线观看乱码 | 久久精品国产澳门| 亚洲福利一二三区| 一区二区三区91| 1000精品久久久久久久久| 日韩欧美电影一区| 久久国产尿小便嘘嘘尿| 一本一本大道香蕉久在线精品| 精品无人区卡一卡二卡三乱码免费卡 | 一本大道久久a久久综合| 国产电影一区二区三区| 国产一区二区三区在线看麻豆| 久久国产欧美日韩精品| 精品一区二区三区在线观看国产 | 欧美一区2区视频在线观看| 91国偷自产一区二区三区成为亚洲经典 | 国产一二精品视频| 极品瑜伽女神91| 国产一区二区精品久久| 国产伦精一区二区三区| 国产精品白丝av| 国产 欧美在线| 99视频热这里只有精品免费| 成人a级免费电影| 一本大道av伊人久久综合| 色老汉一区二区三区| 亚洲欧洲av另类| 有码一区二区三区| 亚洲成a天堂v人片| 日本成人在线电影网| 精品一区二区影视| 国产宾馆实践打屁股91| 成人国产视频在线观看| 亚洲午夜在线视频| 日本女优在线视频一区二区| 欧美日韩视频专区在线播放| 麻豆精品久久精品色综合| 粉嫩av亚洲一区二区图片| 色综合久久99| 欧美一级在线免费| 中日韩av电影| 亚洲夂夂婷婷色拍ww47| 强制捆绑调教一区二区| 国产精品456| 欧美视频中文字幕| 久久伊人蜜桃av一区二区| 亚洲欧美一区二区在线观看| 午夜视频在线观看一区| 国产一区二区三区精品欧美日韩一区二区三区 | 老司机一区二区| 亚洲国产高清aⅴ视频| 亚洲精品免费一二三区| 久久精工是国产品牌吗| 91亚洲永久精品| 日韩亚洲欧美成人一区| 精品免费视频一区二区| 一区二区三区欧美在线观看| 久热成人在线视频| 91成人免费在线视频| 精品国产乱码久久久久久浪潮| 亚洲人成伊人成综合网小说| 久久99精品国产| 欧美天堂一区二区三区| 国产片一区二区| 久久精品国产精品亚洲红杏| 国产不卡视频在线播放| 欧美丰满一区二区免费视频|