|
Java Class Encryption and License Management
Create evaluation versions, host- and user based licenses using the same installation package. FREE evaluation version available. www.jsecurity.net |
Static Public Member Functions | |
| static int | specialLengthAt (Method method, int bci) |
| static void | check (int code) |
| static void | wideCheck (int code) |
| static int | codeAt (Method method, int bci) |
| Fetches a bytecode, hiding breakpoints as necessary. | |
| static int | codeOrBPAt (Method method, int bci) |
| Fetches a bytecode or a breakpoint. | |
| static boolean | isActiveBreakpointAt (Method method, int bci) |
| static boolean | isDefined (int code) |
| static boolean | wideIsDefined (int code) |
| static String | name (int code) |
| static String | format (int code) |
| static String | wideFormat (int code) |
| static int | resultType (int code) |
| static int | depth (int code) |
| static int | lengthFor (int code) |
| static boolean | canTrap (int code) |
| static int | javaCode (int code) |
| static boolean | canRewrite (int code) |
| static int | wideLengthFor (int code) |
| static int | lengthAt (Method method, int bci) |
| static int | javaLengthAt (Method method, int bci) |
| static boolean | isJavaCode (int code) |
| static boolean | isFastCode (int code) |
| static boolean | isAload (int code) |
| static boolean | isAstore (int code) |
| static boolean | isZeroConst (int code) |
Static Public Attributes | |
| static final int | _illegal = -1 |
| static final int | _nop = 0 |
| static final int | _aconst_null = 1 |
| static final int | _iconst_m1 = 2 |
| static final int | _iconst_0 = 3 |
| static final int | _iconst_1 = 4 |
| static final int | _iconst_2 = 5 |
| static final int | _iconst_3 = 6 |
| static final int | _iconst_4 = 7 |
| static final int | _iconst_5 = 8 |
| static final int | _lconst_0 = 9 |
| static final int | _lconst_1 = 10 |
| static final int | _fconst_0 = 11 |
| static final int | _fconst_1 = 12 |
| static final int | _fconst_2 = 13 |
| static final int | _dconst_0 = 14 |
| static final int | _dconst_1 = 15 |
| static final int | _bipush = 16 |
| static final int | _sipush = 17 |
| static final int | _ldc = 18 |
| static final int | _ldc_w = 19 |
| static final int | _ldc2_w = 20 |
| static final int | _iload = 21 |
| static final int | _lload = 22 |
| static final int | _fload = 23 |
| static final int | _dload = 24 |
| static final int | _aload = 25 |
| static final int | _iload_0 = 26 |
| static final int | _iload_1 = 27 |
| static final int | _iload_2 = 28 |
| static final int | _iload_3 = 29 |
| static final int | _lload_0 = 30 |
| static final int | _lload_1 = 31 |
| static final int | _lload_2 = 32 |
| static final int | _lload_3 = 33 |
| static final int | _fload_0 = 34 |
| static final int | _fload_1 = 35 |
| static final int | _fload_2 = 36 |
| static final int | _fload_3 = 37 |
| static final int | _dload_0 = 38 |
| static final int | _dload_1 = 39 |
| static final int | _dload_2 = 40 |
| static final int | _dload_3 = 41 |
| static final int | _aload_0 = 42 |
| static final int | _aload_1 = 43 |
| static final int | _aload_2 = 44 |
| static final int | _aload_3 = 45 |
| static final int | _iaload = 46 |
| static final int | _laload = 47 |
| static final int | _faload = 48 |
| static final int | _daload = 49 |
| static final int | _aaload = 50 |
| static final int | _baload = 51 |
| static final int | _caload = 52 |
| static final int | _saload = 53 |
| static final int | _istore = 54 |
| static final int | _lstore = 55 |
| static final int | _fstore = 56 |
| static final int | _dstore = 57 |
| static final int | _astore = 58 |
| static final int | _istore_0 = 59 |
| static final int | _istore_1 = 60 |
| static final int | _istore_2 = 61 |
| static final int | _istore_3 = 62 |
| static final int | _lstore_0 = 63 |
| static final int | _lstore_1 = 64 |
| static final int | _lstore_2 = 65 |
| static final int | _lstore_3 = 66 |
| static final int | _fstore_0 = 67 |
| static final int | _fstore_1 = 68 |
| static final int | _fstore_2 = 69 |
| static final int | _fstore_3 = 70 |
| static final int | _dstore_0 = 71 |
| static final int | _dstore_1 = 72 |
| static final int | _dstore_2 = 73 |
| static final int | _dstore_3 = 74 |
| static final int | _astore_0 = 75 |
| static final int | _astore_1 = 76 |
| static final int | _astore_2 = 77 |
| static final int | _astore_3 = 78 |
| static final int | _iastore = 79 |
| static final int | _lastore = 80 |
| static final int | _fastore = 81 |
| static final int | _dastore = 82 |
| static final int | _aastore = 83 |
| static final int | _bastore = 84 |
| static final int | _castore = 85 |
| static final int | _sastore = 86 |
| static final int | _pop = 87 |
| static final int | _pop2 = 88 |
| static final int | _dup = 89 |
| static final int | _dup_x1 = 90 |
| static final int | _dup_x2 = 91 |
| static final int | _dup2 = 92 |
| static final int | _dup2_x1 = 93 |
| static final int | _dup2_x2 = 94 |
| static final int | _swap = 95 |
| static final int | _iadd = 96 |
| static final int | _ladd = 97 |
| static final int | _fadd = 98 |
| static final int | _dadd = 99 |
| static final int | _isub = 100 |
| static final int | _lsub = 101 |
| static final int | _fsub = 102 |
| static final int | _dsub = 103 |
| static final int | _imul = 104 |
| static final int | _lmul = 105 |
| static final int | _fmul = 106 |
| static final int | _dmul = 107 |
| static final int | _idiv = 108 |
| static final int | _ldiv = 109 |
| static final int | _fdiv = 110 |
| static final int | _ddiv = 111 |
| static final int | _irem = 112 |
| static final int | _lrem = 113 |
| static final int | _frem = 114 |
| static final int | _drem = 115 |
| static final int | _ineg = 116 |
| static final int | _lneg = 117 |
| static final int | _fneg = 118 |
| static final int | _dneg = 119 |
| static final int | _ishl = 120 |
| static final int | _lshl = 121 |
| static final int | _ishr = 122 |
| static final int | _lshr = 123 |
| static final int | _iushr = 124 |
| static final int | _lushr = 125 |
| static final int | _iand = 126 |
| static final int | _land = 127 |
| static final int | _ior = 128 |
| static final int | _lor = 129 |
| static final int | _ixor = 130 |
| static final int | _lxor = 131 |
| static final int | _iinc = 132 |
| static final int | _i2l = 133 |
| static final int | _i2f = 134 |
| static final int | _i2d = 135 |
| static final int | _l2i = 136 |
| static final int | _l2f = 137 |
| static final int | _l2d = 138 |
| static final int | _f2i = 139 |
| static final int | _f2l = 140 |
| static final int | _f2d = 141 |
| static final int | _d2i = 142 |
| static final int | _d2l = 143 |
| static final int | _d2f = 144 |
| static final int | _i2b = 145 |
| static final int | _i2c = 146 |
| static final int | _i2s = 147 |
| static final int | _lcmp = 148 |
| static final int | _fcmpl = 149 |
| static final int | _fcmpg = 150 |
| static final int | _dcmpl = 151 |
| static final int | _dcmpg = 152 |
| static final int | _ifeq = 153 |
| static final int | _ifne = 154 |
| static final int | _iflt = 155 |
| static final int | _ifge = 156 |
| static final int | _ifgt = 157 |
| static final int | _ifle = 158 |
| static final int | _if_icmpeq = 159 |
| static final int | _if_icmpne = 160 |
| static final int | _if_icmplt = 161 |
| static final int | _if_icmpge = 162 |
| static final int | _if_icmpgt = 163 |
| static final int | _if_icmple = 164 |
| static final int | _if_acmpeq = 165 |
| static final int | _if_acmpne = 166 |
| static final int | _goto = 167 |
| static final int | _jsr = 168 |
| static final int | _ret = 169 |
| static final int | _tableswitch = 170 |
| static final int | _lookupswitch = 171 |
| static final int | _ireturn = 172 |
| static final int | _lreturn = 173 |
| static final int | _freturn = 174 |
| static final int | _dreturn = 175 |
| static final int | _areturn = 176 |
| static final int | _return = 177 |
| static final int | _getstatic = 178 |
| static final int | _putstatic = 179 |
| static final int | _getfield = 180 |
| static final int | _putfield = 181 |
| static final int | _invokevirtual = 182 |
| static final int | _invokespecial = 183 |
| static final int | _invokestatic = 184 |
| static final int | _invokeinterface = 185 |
| static final int | _xxxunusedxxx = 186 |
| static final int | _new = 187 |
| static final int | _newarray = 188 |
| static final int | _anewarray = 189 |
| static final int | _arraylength = 190 |
| static final int | _athrow = 191 |
| static final int | _checkcast = 192 |
| static final int | _instanceof = 193 |
| static final int | _monitorenter = 194 |
| static final int | _monitorexit = 195 |
| static final int | _wide = 196 |
| static final int | _multianewarray = 197 |
| static final int | _ifnull = 198 |
| static final int | _ifnonnull = 199 |
| static final int | _goto_w = 200 |
| static final int | _jsr_w = 201 |
| static final int | _breakpoint = 202 |
| static final int | number_of_java_codes = 203 |
| static final int | _fast_agetfield = number_of_java_codes |
| static final int | _fast_bgetfield = 204 |
| static final int | _fast_cgetfield = 205 |
| static final int | _fast_dgetfield = 206 |
| static final int | _fast_fgetfield = 207 |
| static final int | _fast_igetfield = 208 |
| static final int | _fast_lgetfield = 209 |
| static final int | _fast_sgetfield = 210 |
| static final int | _fast_aputfield = 211 |
| static final int | _fast_bputfield = 212 |
| static final int | _fast_cputfield = 213 |
| static final int | _fast_dputfield = 214 |
| static final int | _fast_fputfield = 215 |
| static final int | _fast_iputfield = 216 |
| static final int | _fast_lputfield = 217 |
| static final int | _fast_sputfield = 218 |
| static final int | _fast_aload_0 = 219 |
| static final int | _fast_iaccess_0 = 220 |
| static final int | _fast_aaccess_0 = 221 |
| static final int | _fast_faccess_0 = 222 |
| static final int | _fast_iload = 223 |
| static final int | _fast_iload2 = 224 |
| static final int | _fast_icaload = 225 |
| static final int | _fast_invokevfinal = 226 |
| static final int | _fast_linearswitch = 227 |
| static final int | _fast_binaryswitch = 228 |
| static final int | _shouldnotreachhere = 229 |
| static final int | number_of_codes = 230 |
Static Package Functions | |
| [static initializer] | |
Static Private Member Functions | |
| static void | initialize () |
| static void | def (int code, String name, String format, String wide_format, int result_type, int depth, boolean can_trap) |
| static void | def (int code, String name, String format, String wide_format, int result_type, int depth, boolean can_trap, int java_code) |
Static Private Attributes | |
| static String[] | _name |
| static String[] | _format |
| static String[] | _wide_format |
| static int[] | _result_type |
| static byte[] | _depth |
| static byte[] | _length |
| static boolean[] | _can_trap |
| static int[] | _java_code |
| static boolean[] | _can_rewrite |
| static final int | jintSize = 4 |
Definition at line 35 of file Bytecodes.java.
| sun.jvm.hotspot.interpreter.Bytecodes.[static initializer] | ( | ) | [static, package] |
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.canRewrite | ( | int | code | ) | [static] |
Definition at line 347 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._can_rewrite, and sun.jvm.hotspot.interpreter.Bytecodes.check().
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.canTrap | ( | int | code | ) | [static] |
Definition at line 345 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._can_trap, and sun.jvm.hotspot.interpreter.Bytecodes.check().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
| static void sun.jvm.hotspot.interpreter.Bytecodes.check | ( | int | code | ) | [static] |
Definition at line 303 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes.isDefined().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.canRewrite(), sun.jvm.hotspot.interpreter.Bytecodes.canTrap(), sun.jvm.hotspot.interpreter.Bytecodes.depth(), sun.jvm.hotspot.interpreter.Bytecodes.format(), sun.jvm.hotspot.interpreter.Bytecodes.javaCode(), sun.jvm.hotspot.interpreter.Bytecodes.lengthFor(), sun.jvm.hotspot.interpreter.Bytecodes.name(), and sun.jvm.hotspot.interpreter.Bytecodes.resultType().
| static int sun.jvm.hotspot.interpreter.Bytecodes.codeAt | ( | Method | method, | |
| int | bci | |||
| ) | [static] |
Fetches a bytecode, hiding breakpoints as necessary.
Definition at line 315 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._breakpoint, sun.jvm.hotspot.interpreter.Bytecodes.codeOrBPAt(), and sun.jvm.hotspot.oops.Method.getOrigBytecodeAt().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.javaLengthAt(), sun.jvm.hotspot.interpreter.Bytecodes.lengthAt(), and sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
| static int sun.jvm.hotspot.interpreter.Bytecodes.codeOrBPAt | ( | Method | method, | |
| int | bci | |||
| ) | [static] |
Fetches a bytecode or a breakpoint.
Definition at line 324 of file Bytecodes.java.
References sun.jvm.hotspot.oops.Method.getBytecodeOrBPAt().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.codeAt(), and sun.jvm.hotspot.interpreter.Bytecodes.isActiveBreakpointAt().
| static void sun.jvm.hotspot.interpreter.Bytecodes.def | ( | int | code, | |
| String | name, | |||
| String | format, | |||
| String | wide_format, | |||
| int | result_type, | |||
| int | depth, | |||
| boolean | can_trap, | |||
| int | java_code | |||
| ) | [static, private] |
Definition at line 702 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._can_rewrite, sun.jvm.hotspot.interpreter.Bytecodes._can_trap, sun.jvm.hotspot.interpreter.Bytecodes._depth, sun.jvm.hotspot.interpreter.Bytecodes._format, sun.jvm.hotspot.interpreter.Bytecodes._java_code, sun.jvm.hotspot.interpreter.Bytecodes._length, sun.jvm.hotspot.interpreter.Bytecodes._name, sun.jvm.hotspot.interpreter.Bytecodes._result_type, and sun.jvm.hotspot.interpreter.Bytecodes._wide_format.
| static void sun.jvm.hotspot.interpreter.Bytecodes.def | ( | int | code, | |
| String | name, | |||
| String | format, | |||
| String | wide_format, | |||
| int | result_type, | |||
| int | depth, | |||
| boolean | can_trap | |||
| ) | [static, private] |
Definition at line 698 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
| static int sun.jvm.hotspot.interpreter.Bytecodes.depth | ( | int | code | ) | [static] |
Definition at line 343 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._depth, and sun.jvm.hotspot.interpreter.Bytecodes.check().
| static String sun.jvm.hotspot.interpreter.Bytecodes.format | ( | int | code | ) | [static] |
Definition at line 340 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._format, and sun.jvm.hotspot.interpreter.Bytecodes.check().
| static void sun.jvm.hotspot.interpreter.Bytecodes.initialize | ( | ) | [static, private] |
Definition at line 409 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._aaload, sun.jvm.hotspot.interpreter.Bytecodes._aastore, sun.jvm.hotspot.interpreter.Bytecodes._aconst_null, sun.jvm.hotspot.interpreter.Bytecodes._aload, sun.jvm.hotspot.interpreter.Bytecodes._aload_0, sun.jvm.hotspot.interpreter.Bytecodes._aload_1, sun.jvm.hotspot.interpreter.Bytecodes._aload_2, sun.jvm.hotspot.interpreter.Bytecodes._aload_3, sun.jvm.hotspot.interpreter.Bytecodes._anewarray, sun.jvm.hotspot.interpreter.Bytecodes._areturn, sun.jvm.hotspot.interpreter.Bytecodes._arraylength, sun.jvm.hotspot.interpreter.Bytecodes._astore, sun.jvm.hotspot.interpreter.Bytecodes._astore_0, sun.jvm.hotspot.interpreter.Bytecodes._astore_1, sun.jvm.hotspot.interpreter.Bytecodes._astore_2, sun.jvm.hotspot.interpreter.Bytecodes._astore_3, sun.jvm.hotspot.interpreter.Bytecodes._athrow, sun.jvm.hotspot.interpreter.Bytecodes._baload, sun.jvm.hotspot.interpreter.Bytecodes._bastore, sun.jvm.hotspot.interpreter.Bytecodes._bipush, sun.jvm.hotspot.interpreter.Bytecodes._breakpoint, sun.jvm.hotspot.interpreter.Bytecodes._caload, sun.jvm.hotspot.interpreter.Bytecodes._castore, sun.jvm.hotspot.interpreter.Bytecodes._checkcast, sun.jvm.hotspot.interpreter.Bytecodes._d2f, sun.jvm.hotspot.interpreter.Bytecodes._d2i, sun.jvm.hotspot.interpreter.Bytecodes._d2l, sun.jvm.hotspot.interpreter.Bytecodes._dadd, sun.jvm.hotspot.interpreter.Bytecodes._daload, sun.jvm.hotspot.interpreter.Bytecodes._dastore, sun.jvm.hotspot.interpreter.Bytecodes._dcmpg, sun.jvm.hotspot.interpreter.Bytecodes._dcmpl, sun.jvm.hotspot.interpreter.Bytecodes._dconst_0, sun.jvm.hotspot.interpreter.Bytecodes._dconst_1, sun.jvm.hotspot.interpreter.Bytecodes._ddiv, sun.jvm.hotspot.interpreter.Bytecodes._dload, sun.jvm.hotspot.interpreter.Bytecodes._dload_0, sun.jvm.hotspot.interpreter.Bytecodes._dload_1, sun.jvm.hotspot.interpreter.Bytecodes._dload_2, sun.jvm.hotspot.interpreter.Bytecodes._dload_3, sun.jvm.hotspot.interpreter.Bytecodes._dmul, sun.jvm.hotspot.interpreter.Bytecodes._dneg, sun.jvm.hotspot.interpreter.Bytecodes._drem, sun.jvm.hotspot.interpreter.Bytecodes._dreturn, sun.jvm.hotspot.interpreter.Bytecodes._dstore, sun.jvm.hotspot.interpreter.Bytecodes._dstore_0, sun.jvm.hotspot.interpreter.Bytecodes._dstore_1, sun.jvm.hotspot.interpreter.Bytecodes._dstore_2, sun.jvm.hotspot.interpreter.Bytecodes._dstore_3, sun.jvm.hotspot.interpreter.Bytecodes._dsub, sun.jvm.hotspot.interpreter.Bytecodes._dup, sun.jvm.hotspot.interpreter.Bytecodes._dup2, sun.jvm.hotspot.interpreter.Bytecodes._dup2_x1, sun.jvm.hotspot.interpreter.Bytecodes._dup2_x2, sun.jvm.hotspot.interpreter.Bytecodes._dup_x1, sun.jvm.hotspot.interpreter.Bytecodes._dup_x2, sun.jvm.hotspot.interpreter.Bytecodes._f2d, sun.jvm.hotspot.interpreter.Bytecodes._f2i, sun.jvm.hotspot.interpreter.Bytecodes._f2l, sun.jvm.hotspot.interpreter.Bytecodes._fadd, sun.jvm.hotspot.interpreter.Bytecodes._faload, sun.jvm.hotspot.interpreter.Bytecodes._fast_aaccess_0, sun.jvm.hotspot.interpreter.Bytecodes._fast_agetfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_aload_0, sun.jvm.hotspot.interpreter.Bytecodes._fast_aputfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_bgetfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_binaryswitch, sun.jvm.hotspot.interpreter.Bytecodes._fast_bputfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_cgetfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_cputfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_dgetfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_dputfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_faccess_0, sun.jvm.hotspot.interpreter.Bytecodes._fast_fgetfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_fputfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_iaccess_0, sun.jvm.hotspot.interpreter.Bytecodes._fast_icaload, sun.jvm.hotspot.interpreter.Bytecodes._fast_igetfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_iload, sun.jvm.hotspot.interpreter.Bytecodes._fast_iload2, sun.jvm.hotspot.interpreter.Bytecodes._fast_invokevfinal, sun.jvm.hotspot.interpreter.Bytecodes._fast_iputfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_lgetfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_linearswitch, sun.jvm.hotspot.interpreter.Bytecodes._fast_lputfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_sgetfield, sun.jvm.hotspot.interpreter.Bytecodes._fast_sputfield, sun.jvm.hotspot.interpreter.Bytecodes._fastore, sun.jvm.hotspot.interpreter.Bytecodes._fcmpg, sun.jvm.hotspot.interpreter.Bytecodes._fcmpl, sun.jvm.hotspot.interpreter.Bytecodes._fconst_0, sun.jvm.hotspot.interpreter.Bytecodes._fconst_1, sun.jvm.hotspot.interpreter.Bytecodes._fconst_2, sun.jvm.hotspot.interpreter.Bytecodes._fdiv, sun.jvm.hotspot.interpreter.Bytecodes._fload, sun.jvm.hotspot.interpreter.Bytecodes._fload_0, sun.jvm.hotspot.interpreter.Bytecodes._fload_1, sun.jvm.hotspot.interpreter.Bytecodes._fload_2, sun.jvm.hotspot.interpreter.Bytecodes._fload_3, sun.jvm.hotspot.interpreter.Bytecodes._fmul, sun.jvm.hotspot.interpreter.Bytecodes._fneg, sun.jvm.hotspot.interpreter.Bytecodes._frem, sun.jvm.hotspot.interpreter.Bytecodes._freturn, sun.jvm.hotspot.interpreter.Bytecodes._fstore, sun.jvm.hotspot.interpreter.Bytecodes._fstore_0, sun.jvm.hotspot.interpreter.Bytecodes._fstore_1, sun.jvm.hotspot.interpreter.Bytecodes._fstore_2, sun.jvm.hotspot.interpreter.Bytecodes._fstore_3, sun.jvm.hotspot.interpreter.Bytecodes._fsub, sun.jvm.hotspot.interpreter.Bytecodes._getfield, sun.jvm.hotspot.interpreter.Bytecodes._getstatic, sun.jvm.hotspot.interpreter.Bytecodes._goto, sun.jvm.hotspot.interpreter.Bytecodes._goto_w, sun.jvm.hotspot.interpreter.Bytecodes._i2b, sun.jvm.hotspot.interpreter.Bytecodes._i2c, sun.jvm.hotspot.interpreter.Bytecodes._i2d, sun.jvm.hotspot.interpreter.Bytecodes._i2f, sun.jvm.hotspot.interpreter.Bytecodes._i2l, sun.jvm.hotspot.interpreter.Bytecodes._i2s, sun.jvm.hotspot.interpreter.Bytecodes._iadd, sun.jvm.hotspot.interpreter.Bytecodes._iaload, sun.jvm.hotspot.interpreter.Bytecodes._iand, sun.jvm.hotspot.interpreter.Bytecodes._iastore, sun.jvm.hotspot.interpreter.Bytecodes._iconst_0, sun.jvm.hotspot.interpreter.Bytecodes._iconst_1, sun.jvm.hotspot.interpreter.Bytecodes._iconst_2, sun.jvm.hotspot.interpreter.Bytecodes._iconst_3, sun.jvm.hotspot.interpreter.Bytecodes._iconst_4, sun.jvm.hotspot.interpreter.Bytecodes._iconst_5, sun.jvm.hotspot.interpreter.Bytecodes._iconst_m1, sun.jvm.hotspot.interpreter.Bytecodes._idiv, sun.jvm.hotspot.interpreter.Bytecodes._if_acmpeq, sun.jvm.hotspot.interpreter.Bytecodes._if_acmpne, sun.jvm.hotspot.interpreter.Bytecodes._if_icmpeq, sun.jvm.hotspot.interpreter.Bytecodes._if_icmpge, sun.jvm.hotspot.interpreter.Bytecodes._if_icmpgt, sun.jvm.hotspot.interpreter.Bytecodes._if_icmple, sun.jvm.hotspot.interpreter.Bytecodes._if_icmplt, sun.jvm.hotspot.interpreter.Bytecodes._if_icmpne, sun.jvm.hotspot.interpreter.Bytecodes._ifeq, sun.jvm.hotspot.interpreter.Bytecodes._ifge, sun.jvm.hotspot.interpreter.Bytecodes._ifgt, sun.jvm.hotspot.interpreter.Bytecodes._ifle, sun.jvm.hotspot.interpreter.Bytecodes._iflt, sun.jvm.hotspot.interpreter.Bytecodes._ifne, sun.jvm.hotspot.interpreter.Bytecodes._ifnonnull, sun.jvm.hotspot.interpreter.Bytecodes._ifnull, sun.jvm.hotspot.interpreter.Bytecodes._iinc, sun.jvm.hotspot.interpreter.Bytecodes._iload, sun.jvm.hotspot.interpreter.Bytecodes._iload_0, sun.jvm.hotspot.interpreter.Bytecodes._iload_1, sun.jvm.hotspot.interpreter.Bytecodes._iload_2, sun.jvm.hotspot.interpreter.Bytecodes._iload_3, sun.jvm.hotspot.interpreter.Bytecodes._imul, sun.jvm.hotspot.interpreter.Bytecodes._ineg, sun.jvm.hotspot.interpreter.Bytecodes._instanceof, sun.jvm.hotspot.interpreter.Bytecodes._invokeinterface, sun.jvm.hotspot.interpreter.Bytecodes._invokespecial, sun.jvm.hotspot.interpreter.Bytecodes._invokestatic, sun.jvm.hotspot.interpreter.Bytecodes._invokevirtual, sun.jvm.hotspot.interpreter.Bytecodes._ior, sun.jvm.hotspot.interpreter.Bytecodes._irem, sun.jvm.hotspot.interpreter.Bytecodes._ireturn, sun.jvm.hotspot.interpreter.Bytecodes._ishl, sun.jvm.hotspot.interpreter.Bytecodes._ishr, sun.jvm.hotspot.interpreter.Bytecodes._istore, sun.jvm.hotspot.interpreter.Bytecodes._istore_0, sun.jvm.hotspot.interpreter.Bytecodes._istore_1, sun.jvm.hotspot.interpreter.Bytecodes._istore_2, sun.jvm.hotspot.interpreter.Bytecodes._istore_3, sun.jvm.hotspot.interpreter.Bytecodes._isub, sun.jvm.hotspot.interpreter.Bytecodes._iushr, sun.jvm.hotspot.interpreter.Bytecodes._ixor, sun.jvm.hotspot.interpreter.Bytecodes._jsr, sun.jvm.hotspot.interpreter.Bytecodes._jsr_w, sun.jvm.hotspot.interpreter.Bytecodes._l2d, sun.jvm.hotspot.interpreter.Bytecodes._l2f, sun.jvm.hotspot.interpreter.Bytecodes._l2i, sun.jvm.hotspot.interpreter.Bytecodes._ladd, sun.jvm.hotspot.interpreter.Bytecodes._laload, sun.jvm.hotspot.interpreter.Bytecodes._land, sun.jvm.hotspot.interpreter.Bytecodes._lastore, sun.jvm.hotspot.interpreter.Bytecodes._lcmp, sun.jvm.hotspot.interpreter.Bytecodes._lconst_0, sun.jvm.hotspot.interpreter.Bytecodes._lconst_1, sun.jvm.hotspot.interpreter.Bytecodes._ldc, sun.jvm.hotspot.interpreter.Bytecodes._ldc2_w, sun.jvm.hotspot.interpreter.Bytecodes._ldc_w, sun.jvm.hotspot.interpreter.Bytecodes._ldiv, sun.jvm.hotspot.interpreter.Bytecodes._lload, sun.jvm.hotspot.interpreter.Bytecodes._lload_0, sun.jvm.hotspot.interpreter.Bytecodes._lload_1, sun.jvm.hotspot.interpreter.Bytecodes._lload_2, sun.jvm.hotspot.interpreter.Bytecodes._lload_3, sun.jvm.hotspot.interpreter.Bytecodes._lmul, sun.jvm.hotspot.interpreter.Bytecodes._lneg, sun.jvm.hotspot.interpreter.Bytecodes._lookupswitch, sun.jvm.hotspot.interpreter.Bytecodes._lor, sun.jvm.hotspot.interpreter.Bytecodes._lrem, sun.jvm.hotspot.interpreter.Bytecodes._lreturn, sun.jvm.hotspot.interpreter.Bytecodes._lshl, sun.jvm.hotspot.interpreter.Bytecodes._lshr, sun.jvm.hotspot.interpreter.Bytecodes._lstore, sun.jvm.hotspot.interpreter.Bytecodes._lstore_0, sun.jvm.hotspot.interpreter.Bytecodes._lstore_1, sun.jvm.hotspot.interpreter.Bytecodes._lstore_2, sun.jvm.hotspot.interpreter.Bytecodes._lstore_3, sun.jvm.hotspot.interpreter.Bytecodes._lsub, sun.jvm.hotspot.interpreter.Bytecodes._lushr, sun.jvm.hotspot.interpreter.Bytecodes._lxor, sun.jvm.hotspot.interpreter.Bytecodes._monitorenter, sun.jvm.hotspot.interpreter.Bytecodes._monitorexit, sun.jvm.hotspot.interpreter.Bytecodes._multianewarray, sun.jvm.hotspot.interpreter.Bytecodes._new, sun.jvm.hotspot.interpreter.Bytecodes._newarray, sun.jvm.hotspot.interpreter.Bytecodes._nop, sun.jvm.hotspot.interpreter.Bytecodes._pop, sun.jvm.hotspot.interpreter.Bytecodes._pop2, sun.jvm.hotspot.interpreter.Bytecodes._putfield, sun.jvm.hotspot.interpreter.Bytecodes._putstatic, sun.jvm.hotspot.interpreter.Bytecodes._ret, sun.jvm.hotspot.interpreter.Bytecodes._return, sun.jvm.hotspot.interpreter.Bytecodes._saload, sun.jvm.hotspot.interpreter.Bytecodes._sastore, sun.jvm.hotspot.interpreter.Bytecodes._shouldnotreachhere, sun.jvm.hotspot.interpreter.Bytecodes._sipush, sun.jvm.hotspot.interpreter.Bytecodes._swap, sun.jvm.hotspot.interpreter.Bytecodes._tableswitch, sun.jvm.hotspot.interpreter.Bytecodes._wide, sun.jvm.hotspot.interpreter.Bytecodes._xxxunusedxxx, sun.jvm.hotspot.interpreter.Bytecodes.canTrap(), sun.jvm.hotspot.interpreter.Bytecodes.def(), sun.jvm.hotspot.interpreter.Bytecodes.isDefined(), sun.jvm.hotspot.interpreter.Bytecodes.javaCode(), sun.jvm.hotspot.interpreter.Bytecodes.name(), and sun.jvm.hotspot.interpreter.Bytecodes.number_of_codes.
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.isActiveBreakpointAt | ( | Method | method, | |
| int | bci | |||
| ) | [static] |
Definition at line 328 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._breakpoint, and sun.jvm.hotspot.interpreter.Bytecodes.codeOrBPAt().
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.isAload | ( | int | code | ) | [static] |
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.isAstore | ( | int | code | ) | [static] |
Definition at line 356 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._astore, sun.jvm.hotspot.interpreter.Bytecodes._astore_0, sun.jvm.hotspot.interpreter.Bytecodes._astore_1, sun.jvm.hotspot.interpreter.Bytecodes._astore_2, and sun.jvm.hotspot.interpreter.Bytecodes._astore_3.
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.isDefined | ( | int | code | ) | [static] |
Definition at line 337 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._format, and sun.jvm.hotspot.interpreter.Bytecodes.number_of_codes.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.check(), sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.wideIsDefined().
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.isFastCode | ( | int | code | ) | [static] |
Definition at line 352 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes.number_of_codes, and sun.jvm.hotspot.interpreter.Bytecodes.number_of_java_codes.
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.isJavaCode | ( | int | code | ) | [static] |
Definition at line 351 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes.number_of_java_codes.
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.isZeroConst | ( | int | code | ) | [static] |
Definition at line 359 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._aconst_null, sun.jvm.hotspot.interpreter.Bytecodes._dconst_0, sun.jvm.hotspot.interpreter.Bytecodes._fconst_0, and sun.jvm.hotspot.interpreter.Bytecodes._iconst_0.
| static int sun.jvm.hotspot.interpreter.Bytecodes.javaCode | ( | int | code | ) | [static] |
Definition at line 346 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._java_code, and sun.jvm.hotspot.interpreter.Bytecodes.check().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.javaLengthAt().
| static int sun.jvm.hotspot.interpreter.Bytecodes.javaLengthAt | ( | Method | method, | |
| int | bci | |||
| ) | [static] |
| static int sun.jvm.hotspot.interpreter.Bytecodes.lengthAt | ( | Method | method, | |
| int | bci | |||
| ) | [static] |
Definition at line 349 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes.codeAt(), sun.jvm.hotspot.interpreter.Bytecodes.lengthFor(), and sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
| static int sun.jvm.hotspot.interpreter.Bytecodes.lengthFor | ( | int | code | ) | [static] |
Definition at line 344 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._length, and sun.jvm.hotspot.interpreter.Bytecodes.check().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.javaLengthAt(), and sun.jvm.hotspot.interpreter.Bytecodes.lengthAt().
| static String sun.jvm.hotspot.interpreter.Bytecodes.name | ( | int | code | ) | [static] |
Definition at line 339 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._name, and sun.jvm.hotspot.interpreter.Bytecodes.check().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
| static int sun.jvm.hotspot.interpreter.Bytecodes.resultType | ( | int | code | ) | [static] |
Definition at line 342 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._result_type, and sun.jvm.hotspot.interpreter.Bytecodes.check().
| static int sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt | ( | Method | method, | |
| int | bci | |||
| ) | [static] |
Definition at line 276 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._fast_binaryswitch, sun.jvm.hotspot.interpreter.Bytecodes._fast_linearswitch, sun.jvm.hotspot.interpreter.Bytecodes._lookupswitch, sun.jvm.hotspot.interpreter.Bytecodes._tableswitch, sun.jvm.hotspot.interpreter.Bytecodes._wide, sun.jvm.hotspot.interpreter.Bytecodes.codeAt(), sun.jvm.hotspot.oops.Method.getBytecodeIntArg(), sun.jvm.hotspot.oops.Method.getBytecodeOrBPAt(), sun.jvm.hotspot.interpreter.Bytecodes.jintSize, and sun.jvm.hotspot.interpreter.Bytecodes.wideLengthFor().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.javaLengthAt(), and sun.jvm.hotspot.interpreter.Bytecodes.lengthAt().
| static void sun.jvm.hotspot.interpreter.Bytecodes.wideCheck | ( | int | code | ) | [static] |
Definition at line 308 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes.wideIsDefined().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.wideFormat(), and sun.jvm.hotspot.interpreter.Bytecodes.wideLengthFor().
| static String sun.jvm.hotspot.interpreter.Bytecodes.wideFormat | ( | int | code | ) | [static] |
Definition at line 341 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._wide_format, and sun.jvm.hotspot.interpreter.Bytecodes.wideCheck().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.wideLengthFor().
| static boolean sun.jvm.hotspot.interpreter.Bytecodes.wideIsDefined | ( | int | code | ) | [static] |
Definition at line 338 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes._wide_format, and sun.jvm.hotspot.interpreter.Bytecodes.isDefined().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.wideCheck().
| static int sun.jvm.hotspot.interpreter.Bytecodes.wideLengthFor | ( | int | code | ) | [static] |
Definition at line 348 of file Bytecodes.java.
References sun.jvm.hotspot.interpreter.Bytecodes.wideCheck(), and sun.jvm.hotspot.interpreter.Bytecodes.wideFormat().
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
final int sun.jvm.hotspot.interpreter.Bytecodes._aaload = 50 [static] |
Definition at line 89 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._aastore = 83 [static] |
Definition at line 122 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._aconst_null = 1 [static] |
Definition at line 40 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isZeroConst().
final int sun.jvm.hotspot.interpreter.Bytecodes._aload = 25 [static] |
Definition at line 64 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAload().
final int sun.jvm.hotspot.interpreter.Bytecodes._aload_0 = 42 [static] |
Definition at line 81 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAload().
final int sun.jvm.hotspot.interpreter.Bytecodes._aload_1 = 43 [static] |
Definition at line 82 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAload().
final int sun.jvm.hotspot.interpreter.Bytecodes._aload_2 = 44 [static] |
Definition at line 83 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAload().
final int sun.jvm.hotspot.interpreter.Bytecodes._aload_3 = 45 [static] |
Definition at line 84 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAload().
final int sun.jvm.hotspot.interpreter.Bytecodes._anewarray = 189 [static] |
Definition at line 228 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._areturn = 176 [static] |
Definition at line 215 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._arraylength = 190 [static] |
Definition at line 229 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._astore = 58 [static] |
Definition at line 97 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAstore().
final int sun.jvm.hotspot.interpreter.Bytecodes._astore_0 = 75 [static] |
Definition at line 114 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAstore().
final int sun.jvm.hotspot.interpreter.Bytecodes._astore_1 = 76 [static] |
Definition at line 115 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAstore().
final int sun.jvm.hotspot.interpreter.Bytecodes._astore_2 = 77 [static] |
Definition at line 116 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAstore().
final int sun.jvm.hotspot.interpreter.Bytecodes._astore_3 = 78 [static] |
Definition at line 117 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isAstore().
final int sun.jvm.hotspot.interpreter.Bytecodes._athrow = 191 [static] |
Definition at line 230 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._baload = 51 [static] |
Definition at line 90 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._bastore = 84 [static] |
Definition at line 123 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._bipush = 16 [static] |
Definition at line 55 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._breakpoint = 202 [static] |
Definition at line 241 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.codeAt(), sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isActiveBreakpointAt().
final int sun.jvm.hotspot.interpreter.Bytecodes._caload = 52 [static] |
Definition at line 91 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
boolean [] sun.jvm.hotspot.interpreter.Bytecodes._can_rewrite [static, private] |
Definition at line 374 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.canRewrite(), and sun.jvm.hotspot.interpreter.Bytecodes.def().
boolean [] sun.jvm.hotspot.interpreter.Bytecodes._can_trap [static, private] |
Definition at line 372 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.canTrap(), and sun.jvm.hotspot.interpreter.Bytecodes.def().
final int sun.jvm.hotspot.interpreter.Bytecodes._castore = 85 [static] |
Definition at line 124 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._checkcast = 192 [static] |
Definition at line 231 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._d2f = 144 [static] |
Definition at line 183 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._d2i = 142 [static] |
Definition at line 181 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._d2l = 143 [static] |
Definition at line 182 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dadd = 99 [static] |
Definition at line 138 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._daload = 49 [static] |
Definition at line 88 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dastore = 82 [static] |
Definition at line 121 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dcmpg = 152 [static] |
Definition at line 191 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dcmpl = 151 [static] |
Definition at line 190 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dconst_0 = 14 [static] |
Definition at line 53 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isZeroConst().
final int sun.jvm.hotspot.interpreter.Bytecodes._dconst_1 = 15 [static] |
Definition at line 54 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ddiv = 111 [static] |
Definition at line 150 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
byte [] sun.jvm.hotspot.interpreter.Bytecodes._depth [static, private] |
Definition at line 370 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.def(), and sun.jvm.hotspot.interpreter.Bytecodes.depth().
final int sun.jvm.hotspot.interpreter.Bytecodes._dload = 24 [static] |
Definition at line 63 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dload_0 = 38 [static] |
Definition at line 77 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dload_1 = 39 [static] |
Definition at line 78 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dload_2 = 40 [static] |
Definition at line 79 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dload_3 = 41 [static] |
Definition at line 80 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dmul = 107 [static] |
Definition at line 146 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dneg = 119 [static] |
Definition at line 158 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._drem = 115 [static] |
Definition at line 154 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dreturn = 175 [static] |
Definition at line 214 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dstore = 57 [static] |
Definition at line 96 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dstore_0 = 71 [static] |
Definition at line 110 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dstore_1 = 72 [static] |
Definition at line 111 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dstore_2 = 73 [static] |
Definition at line 112 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dstore_3 = 74 [static] |
Definition at line 113 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dsub = 103 [static] |
Definition at line 142 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dup = 89 [static] |
Definition at line 128 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dup2 = 92 [static] |
Definition at line 131 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dup2_x1 = 93 [static] |
Definition at line 132 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dup2_x2 = 94 [static] |
Definition at line 133 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dup_x1 = 90 [static] |
Definition at line 129 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._dup_x2 = 91 [static] |
Definition at line 130 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._f2d = 141 [static] |
Definition at line 180 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._f2i = 139 [static] |
Definition at line 178 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._f2l = 140 [static] |
Definition at line 179 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fadd = 98 [static] |
Definition at line 137 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._faload = 48 [static] |
Definition at line 87 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_aaccess_0 = 221 [static] |
Definition at line 264 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_agetfield = number_of_java_codes [static] |
Definition at line 246 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_aload_0 = 219 [static] |
Definition at line 262 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_aputfield = 211 [static] |
Definition at line 254 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_bgetfield = 204 [static] |
Definition at line 247 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_binaryswitch = 228 [static] |
Definition at line 271 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_bputfield = 212 [static] |
Definition at line 255 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_cgetfield = 205 [static] |
Definition at line 248 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_cputfield = 213 [static] |
Definition at line 256 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_dgetfield = 206 [static] |
Definition at line 249 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_dputfield = 214 [static] |
Definition at line 257 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_faccess_0 = 222 [static] |
Definition at line 265 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_fgetfield = 207 [static] |
Definition at line 250 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_fputfield = 215 [static] |
Definition at line 258 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_iaccess_0 = 220 [static] |
Definition at line 263 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_icaload = 225 [static] |
Definition at line 268 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_igetfield = 208 [static] |
Definition at line 251 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_iload = 223 [static] |
Definition at line 266 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_iload2 = 224 [static] |
Definition at line 267 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_invokevfinal = 226 [static] |
Definition at line 269 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_iputfield = 216 [static] |
Definition at line 259 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_lgetfield = 209 [static] |
Definition at line 252 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_linearswitch = 227 [static] |
Definition at line 270 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_lputfield = 217 [static] |
Definition at line 260 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_sgetfield = 210 [static] |
Definition at line 253 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fast_sputfield = 218 [static] |
Definition at line 261 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fastore = 81 [static] |
Definition at line 120 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fcmpg = 150 [static] |
Definition at line 189 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fcmpl = 149 [static] |
Definition at line 188 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fconst_0 = 11 [static] |
Definition at line 50 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isZeroConst().
final int sun.jvm.hotspot.interpreter.Bytecodes._fconst_1 = 12 [static] |
Definition at line 51 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fconst_2 = 13 [static] |
Definition at line 52 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fdiv = 110 [static] |
Definition at line 149 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fload = 23 [static] |
Definition at line 62 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fload_0 = 34 [static] |
Definition at line 73 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fload_1 = 35 [static] |
Definition at line 74 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fload_2 = 36 [static] |
Definition at line 75 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fload_3 = 37 [static] |
Definition at line 76 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fmul = 106 [static] |
Definition at line 145 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fneg = 118 [static] |
Definition at line 157 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
String [] sun.jvm.hotspot.interpreter.Bytecodes._format [static, private] |
Definition at line 367 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.def(), sun.jvm.hotspot.interpreter.Bytecodes.format(), and sun.jvm.hotspot.interpreter.Bytecodes.isDefined().
final int sun.jvm.hotspot.interpreter.Bytecodes._frem = 114 [static] |
Definition at line 153 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._freturn = 174 [static] |
Definition at line 213 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fstore = 56 [static] |
Definition at line 95 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fstore_0 = 67 [static] |
Definition at line 106 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fstore_1 = 68 [static] |
Definition at line 107 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fstore_2 = 69 [static] |
Definition at line 108 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fstore_3 = 70 [static] |
Definition at line 109 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._fsub = 102 [static] |
Definition at line 141 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._getfield = 180 [static] |
Definition at line 219 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._getstatic = 178 [static] |
Definition at line 217 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._goto = 167 [static] |
Definition at line 206 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._goto_w = 200 [static] |
Definition at line 239 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._i2b = 145 [static] |
Definition at line 184 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._i2c = 146 [static] |
Definition at line 185 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._i2d = 135 [static] |
Definition at line 174 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._i2f = 134 [static] |
Definition at line 173 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._i2l = 133 [static] |
Definition at line 172 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._i2s = 147 [static] |
Definition at line 186 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iadd = 96 [static] |
Definition at line 135 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iaload = 46 [static] |
Definition at line 85 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iand = 126 [static] |
Definition at line 165 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iastore = 79 [static] |
Definition at line 118 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iconst_0 = 3 [static] |
Definition at line 42 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.isZeroConst().
final int sun.jvm.hotspot.interpreter.Bytecodes._iconst_1 = 4 [static] |
Definition at line 43 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iconst_2 = 5 [static] |
Definition at line 44 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iconst_3 = 6 [static] |
Definition at line 45 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iconst_4 = 7 [static] |
Definition at line 46 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iconst_5 = 8 [static] |
Definition at line 47 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iconst_m1 = 2 [static] |
Definition at line 41 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._idiv = 108 [static] |
Definition at line 147 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._if_acmpeq = 165 [static] |
Definition at line 204 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._if_acmpne = 166 [static] |
Definition at line 205 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._if_icmpeq = 159 [static] |
Definition at line 198 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._if_icmpge = 162 [static] |
Definition at line 201 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._if_icmpgt = 163 [static] |
Definition at line 202 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._if_icmple = 164 [static] |
Definition at line 203 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._if_icmplt = 161 [static] |
Definition at line 200 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._if_icmpne = 160 [static] |
Definition at line 199 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ifeq = 153 [static] |
Definition at line 192 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ifge = 156 [static] |
Definition at line 195 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ifgt = 157 [static] |
Definition at line 196 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ifle = 158 [static] |
Definition at line 197 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iflt = 155 [static] |
Definition at line 194 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ifne = 154 [static] |
Definition at line 193 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ifnonnull = 199 [static] |
Definition at line 238 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ifnull = 198 [static] |
Definition at line 237 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iinc = 132 [static] |
Definition at line 171 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._illegal = -1 [static] |
Definition at line 36 of file Bytecodes.java.
final int sun.jvm.hotspot.interpreter.Bytecodes._iload = 21 [static] |
Definition at line 60 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iload_0 = 26 [static] |
Definition at line 65 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iload_1 = 27 [static] |
Definition at line 66 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iload_2 = 28 [static] |
Definition at line 67 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iload_3 = 29 [static] |
Definition at line 68 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._imul = 104 [static] |
Definition at line 143 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ineg = 116 [static] |
Definition at line 155 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._instanceof = 193 [static] |
Definition at line 232 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._invokeinterface = 185 [static] |
Definition at line 224 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._invokespecial = 183 [static] |
Definition at line 222 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._invokestatic = 184 [static] |
Definition at line 223 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._invokevirtual = 182 [static] |
Definition at line 221 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ior = 128 [static] |
Definition at line 167 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._irem = 112 [static] |
Definition at line 151 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ireturn = 172 [static] |
Definition at line 211 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ishl = 120 [static] |
Definition at line 159 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ishr = 122 [static] |
Definition at line 161 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._istore = 54 [static] |
Definition at line 93 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._istore_0 = 59 [static] |
Definition at line 98 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._istore_1 = 60 [static] |
Definition at line 99 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._istore_2 = 61 [static] |
Definition at line 100 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._istore_3 = 62 [static] |
Definition at line 101 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._isub = 100 [static] |
Definition at line 139 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._iushr = 124 [static] |
Definition at line 163 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ixor = 130 [static] |
Definition at line 169 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
int [] sun.jvm.hotspot.interpreter.Bytecodes._java_code [static, private] |
Definition at line 373 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.def(), and sun.jvm.hotspot.interpreter.Bytecodes.javaCode().
final int sun.jvm.hotspot.interpreter.Bytecodes._jsr = 168 [static] |
Definition at line 207 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._jsr_w = 201 [static] |
Definition at line 240 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._l2d = 138 [static] |
Definition at line 177 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._l2f = 137 [static] |
Definition at line 176 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._l2i = 136 [static] |
Definition at line 175 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ladd = 97 [static] |
Definition at line 136 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._laload = 47 [static] |
Definition at line 86 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._land = 127 [static] |
Definition at line 166 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lastore = 80 [static] |
Definition at line 119 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lcmp = 148 [static] |
Definition at line 187 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lconst_0 = 9 [static] |
Definition at line 48 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lconst_1 = 10 [static] |
Definition at line 49 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ldc = 18 [static] |
Definition at line 57 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ldc2_w = 20 [static] |
Definition at line 59 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ldc_w = 19 [static] |
Definition at line 58 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._ldiv = 109 [static] |
Definition at line 148 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
byte [] sun.jvm.hotspot.interpreter.Bytecodes._length [static, private] |
Definition at line 371 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.def(), and sun.jvm.hotspot.interpreter.Bytecodes.lengthFor().
final int sun.jvm.hotspot.interpreter.Bytecodes._lload = 22 [static] |
Definition at line 61 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lload_0 = 30 [static] |
Definition at line 69 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lload_1 = 31 [static] |
Definition at line 70 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lload_2 = 32 [static] |
Definition at line 71 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lload_3 = 33 [static] |
Definition at line 72 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lmul = 105 [static] |
Definition at line 144 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lneg = 117 [static] |
Definition at line 156 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lookupswitch = 171 [static] |
Definition at line 210 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
final int sun.jvm.hotspot.interpreter.Bytecodes._lor = 129 [static] |
Definition at line 168 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lrem = 113 [static] |
Definition at line 152 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lreturn = 173 [static] |
Definition at line 212 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lshl = 121 [static] |
Definition at line 160 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lshr = 123 [static] |
Definition at line 162 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lstore = 55 [static] |
Definition at line 94 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lstore_0 = 63 [static] |
Definition at line 102 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lstore_1 = 64 [static] |
Definition at line 103 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lstore_2 = 65 [static] |
Definition at line 104 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lstore_3 = 66 [static] |
Definition at line 105 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lsub = 101 [static] |
Definition at line 140 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lushr = 125 [static] |
Definition at line 164 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._lxor = 131 [static] |
Definition at line 170 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._monitorenter = 194 [static] |
Definition at line 233 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._monitorexit = 195 [static] |
Definition at line 234 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._multianewarray = 197 [static] |
Definition at line 236 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
String [] sun.jvm.hotspot.interpreter.Bytecodes._name [static, private] |
Definition at line 366 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.def(), and sun.jvm.hotspot.interpreter.Bytecodes.name().
final int sun.jvm.hotspot.interpreter.Bytecodes._new = 187 [static] |
Definition at line 226 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._newarray = 188 [static] |
Definition at line 227 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._nop = 0 [static] |
Definition at line 39 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._pop = 87 [static] |
Definition at line 126 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._pop2 = 88 [static] |
Definition at line 127 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._putfield = 181 [static] |
Definition at line 220 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._putstatic = 179 [static] |
Definition at line 218 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
int [] sun.jvm.hotspot.interpreter.Bytecodes._result_type [static, private] |
Definition at line 369 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.def(), and sun.jvm.hotspot.interpreter.Bytecodes.resultType().
final int sun.jvm.hotspot.interpreter.Bytecodes._ret = 169 [static] |
Definition at line 208 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._return = 177 [static] |
Definition at line 216 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._saload = 53 [static] |
Definition at line 92 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._sastore = 86 [static] |
Definition at line 125 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._shouldnotreachhere = 229 [static] |
Definition at line 272 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._sipush = 17 [static] |
Definition at line 56 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._swap = 95 [static] |
Definition at line 134 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes._tableswitch = 170 [static] |
Definition at line 209 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
final int sun.jvm.hotspot.interpreter.Bytecodes._wide = 196 [static] |
Definition at line 235 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), and sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
String [] sun.jvm.hotspot.interpreter.Bytecodes._wide_format [static, private] |
Definition at line 368 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.def(), sun.jvm.hotspot.interpreter.Bytecodes.wideFormat(), and sun.jvm.hotspot.interpreter.Bytecodes.wideIsDefined().
final int sun.jvm.hotspot.interpreter.Bytecodes._xxxunusedxxx = 186 [static] |
Definition at line 225 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize().
final int sun.jvm.hotspot.interpreter.Bytecodes.jintSize = 4 [static, private] |
Definition at line 396 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.specialLengthAt().
final int sun.jvm.hotspot.interpreter.Bytecodes.number_of_codes = 230 [static] |
Definition at line 274 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.initialize(), sun.jvm.hotspot.interpreter.Bytecodes.isDefined(), and sun.jvm.hotspot.interpreter.Bytecodes.isFastCode().
final int sun.jvm.hotspot.interpreter.Bytecodes.number_of_java_codes = 203 [static] |
Definition at line 243 of file Bytecodes.java.
Referenced by sun.jvm.hotspot.interpreter.Bytecodes.isFastCode(), and sun.jvm.hotspot.interpreter.Bytecodes.isJavaCode().
