Opcodes
public
interface
Opcodes
dalvik.bytecode.Opcodes |
A list of all normal (not implementation-specific) Dalvik opcodes.
See also:
Summary
Constants
OP_ADD_DOUBLE
public static final int OP_ADD_DOUBLE
Constant Value: 171 (0x000000ab)
OP_ADD_DOUBLE_2ADDR
public static final int OP_ADD_DOUBLE_2ADDR
Constant Value: 203 (0x000000cb)
OP_ADD_FLOAT
public static final int OP_ADD_FLOAT
Constant Value: 166 (0x000000a6)
OP_ADD_FLOAT_2ADDR
public static final int OP_ADD_FLOAT_2ADDR
Constant Value: 198 (0x000000c6)
OP_ADD_INT_2ADDR
public static final int OP_ADD_INT_2ADDR
Constant Value: 176 (0x000000b0)
OP_ADD_INT_LIT16
public static final int OP_ADD_INT_LIT16
Constant Value: 208 (0x000000d0)
OP_ADD_INT_LIT8
public static final int OP_ADD_INT_LIT8
Constant Value: 216 (0x000000d8)
OP_ADD_LONG
public static final int OP_ADD_LONG
Constant Value: 155 (0x0000009b)
OP_ADD_LONG_2ADDR
public static final int OP_ADD_LONG_2ADDR
Constant Value: 187 (0x000000bb)
OP_AGET_BOOLEAN
public static final int OP_AGET_BOOLEAN
Constant Value: 71 (0x00000047)
OP_AGET_BYTE
public static final int OP_AGET_BYTE
Constant Value: 72 (0x00000048)
OP_AGET_CHAR
public static final int OP_AGET_CHAR
Constant Value: 73 (0x00000049)
OP_AGET_OBJECT
public static final int OP_AGET_OBJECT
Constant Value: 70 (0x00000046)
OP_AGET_SHORT
public static final int OP_AGET_SHORT
Constant Value: 74 (0x0000004a)
OP_AGET_WIDE
public static final int OP_AGET_WIDE
Constant Value: 69 (0x00000045)
OP_AND_INT_2ADDR
public static final int OP_AND_INT_2ADDR
Constant Value: 181 (0x000000b5)
OP_AND_INT_LIT16
public static final int OP_AND_INT_LIT16
Constant Value: 213 (0x000000d5)
OP_AND_INT_LIT8
public static final int OP_AND_INT_LIT8
Constant Value: 221 (0x000000dd)
OP_AND_LONG
public static final int OP_AND_LONG
Constant Value: 160 (0x000000a0)
OP_AND_LONG_2ADDR
public static final int OP_AND_LONG_2ADDR
Constant Value: 192 (0x000000c0)
OP_APUT_BOOLEAN
public static final int OP_APUT_BOOLEAN
Constant Value: 78 (0x0000004e)
OP_APUT_BYTE
public static final int OP_APUT_BYTE
Constant Value: 79 (0x0000004f)
OP_APUT_CHAR
public static final int OP_APUT_CHAR
Constant Value: 80 (0x00000050)
OP_APUT_OBJECT
public static final int OP_APUT_OBJECT
Constant Value: 77 (0x0000004d)
OP_APUT_SHORT
public static final int OP_APUT_SHORT
Constant Value: 81 (0x00000051)
OP_APUT_WIDE
public static final int OP_APUT_WIDE
Constant Value: 76 (0x0000004c)
OP_ARRAY_LENGTH
public static final int OP_ARRAY_LENGTH
Constant Value: 33 (0x00000021)
OP_BREAKPOINT
public static final int OP_BREAKPOINT
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 236 (0x000000ec)
OP_CHECK_CAST
public static final int OP_CHECK_CAST
Constant Value: 31 (0x0000001f)
OP_CHECK_CAST_JUMBO
public static final int OP_CHECK_CAST_JUMBO
Never implemented; do not use.
Constant Value: 511 (0x000001ff)
OP_CMPG_DOUBLE
public static final int OP_CMPG_DOUBLE
Constant Value: 48 (0x00000030)
OP_CMPG_FLOAT
public static final int OP_CMPG_FLOAT
Constant Value: 46 (0x0000002e)
OP_CMPL_DOUBLE
public static final int OP_CMPL_DOUBLE
Constant Value: 47 (0x0000002f)
OP_CMPL_FLOAT
public static final int OP_CMPL_FLOAT
Constant Value: 45 (0x0000002d)
OP_CMP_LONG
public static final int OP_CMP_LONG
Constant Value: 49 (0x00000031)
OP_CONST_16
public static final int OP_CONST_16
Constant Value: 19 (0x00000013)
OP_CONST_CLASS
public static final int OP_CONST_CLASS
Constant Value: 28 (0x0000001c)
OP_CONST_CLASS_JUMBO
public static final int OP_CONST_CLASS_JUMBO
Never implemented; do not use.
Constant Value: 255 (0x000000ff)
OP_CONST_HIGH16
public static final int OP_CONST_HIGH16
Constant Value: 21 (0x00000015)
OP_CONST_METHOD_HANDLE
public static final int OP_CONST_METHOD_HANDLE
Constant Value: 254 (0x000000fe)
OP_CONST_METHOD_TYPE
public static final int OP_CONST_METHOD_TYPE
Constant Value: 255 (0x000000ff)
OP_CONST_STRING
public static final int OP_CONST_STRING
Constant Value: 26 (0x0000001a)
OP_CONST_STRING_JUMBO
public static final int OP_CONST_STRING_JUMBO
Constant Value: 27 (0x0000001b)
OP_CONST_WIDE
public static final int OP_CONST_WIDE
Constant Value: 24 (0x00000018)
OP_CONST_WIDE_16
public static final int OP_CONST_WIDE_16
Constant Value: 22 (0x00000016)
OP_CONST_WIDE_32
public static final int OP_CONST_WIDE_32
Constant Value: 23 (0x00000017)
OP_CONST_WIDE_HIGH16
public static final int OP_CONST_WIDE_HIGH16
Constant Value: 25 (0x00000019)
OP_DIV_DOUBLE
public static final int OP_DIV_DOUBLE
Constant Value: 174 (0x000000ae)
OP_DIV_DOUBLE_2ADDR
public static final int OP_DIV_DOUBLE_2ADDR
Constant Value: 206 (0x000000ce)
OP_DIV_FLOAT
public static final int OP_DIV_FLOAT
Constant Value: 169 (0x000000a9)
OP_DIV_FLOAT_2ADDR
public static final int OP_DIV_FLOAT_2ADDR
Constant Value: 201 (0x000000c9)
OP_DIV_INT_2ADDR
public static final int OP_DIV_INT_2ADDR
Constant Value: 179 (0x000000b3)
OP_DIV_INT_LIT16
public static final int OP_DIV_INT_LIT16
Constant Value: 211 (0x000000d3)
OP_DIV_INT_LIT8
public static final int OP_DIV_INT_LIT8
Constant Value: 219 (0x000000db)
OP_DIV_LONG
public static final int OP_DIV_LONG
Constant Value: 158 (0x0000009e)
OP_DIV_LONG_2ADDR
public static final int OP_DIV_LONG_2ADDR
Constant Value: 190 (0x000000be)
OP_DOUBLE_TO_FLOAT
public static final int OP_DOUBLE_TO_FLOAT
Constant Value: 140 (0x0000008c)
OP_DOUBLE_TO_INT
public static final int OP_DOUBLE_TO_INT
Constant Value: 138 (0x0000008a)
OP_DOUBLE_TO_LONG
public static final int OP_DOUBLE_TO_LONG
Constant Value: 139 (0x0000008b)
OP_EXECUTE_INLINE
public static final int OP_EXECUTE_INLINE
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 238 (0x000000ee)
OP_EXECUTE_INLINE_RANGE
public static final int OP_EXECUTE_INLINE_RANGE
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 239 (0x000000ef)
OP_FILLED_NEW_ARRAY
public static final int OP_FILLED_NEW_ARRAY
Constant Value: 36 (0x00000024)
OP_FILLED_NEW_ARRAY_JUMBO
public static final int OP_FILLED_NEW_ARRAY_JUMBO
Never implemented; do not use.
Constant Value: 1535 (0x000005ff)
OP_FILLED_NEW_ARRAY_RANGE
public static final int OP_FILLED_NEW_ARRAY_RANGE
Constant Value: 37 (0x00000025)
OP_FILL_ARRAY_DATA
public static final int OP_FILL_ARRAY_DATA
Constant Value: 38 (0x00000026)
OP_FLOAT_TO_DOUBLE
public static final int OP_FLOAT_TO_DOUBLE
Constant Value: 137 (0x00000089)
OP_FLOAT_TO_INT
public static final int OP_FLOAT_TO_INT
Constant Value: 135 (0x00000087)
OP_FLOAT_TO_LONG
public static final int OP_FLOAT_TO_LONG
Constant Value: 136 (0x00000088)
OP_IGET_BOOLEAN
public static final int OP_IGET_BOOLEAN
Constant Value: 85 (0x00000055)
OP_IGET_BOOLEAN_JUMBO
public static final int OP_IGET_BOOLEAN_JUMBO
Never implemented; do not use.
Constant Value: 2559 (0x000009ff)
OP_IGET_BYTE
public static final int OP_IGET_BYTE
Constant Value: 86 (0x00000056)
OP_IGET_BYTE_JUMBO
public static final int OP_IGET_BYTE_JUMBO
Never implemented; do not use.
Constant Value: 2815 (0x00000aff)
OP_IGET_CHAR
public static final int OP_IGET_CHAR
Constant Value: 87 (0x00000057)
OP_IGET_CHAR_JUMBO
public static final int OP_IGET_CHAR_JUMBO
Never implemented; do not use.
Constant Value: 3071 (0x00000bff)
OP_IGET_JUMBO
public static final int OP_IGET_JUMBO
Never implemented; do not use.
Constant Value: 1791 (0x000006ff)
OP_IGET_OBJECT
public static final int OP_IGET_OBJECT
Constant Value: 84 (0x00000054)
OP_IGET_OBJECT_JUMBO
public static final int OP_IGET_OBJECT_JUMBO
Never implemented; do not use.
Constant Value: 2303 (0x000008ff)
OP_IGET_OBJECT_QUICK
public static final int OP_IGET_OBJECT_QUICK
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 244 (0x000000f4)
OP_IGET_QUICK
public static final int OP_IGET_QUICK
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 242 (0x000000f2)
OP_IGET_SHORT
public static final int OP_IGET_SHORT
Constant Value: 88 (0x00000058)
OP_IGET_SHORT_JUMBO
public static final int OP_IGET_SHORT_JUMBO
Never implemented; do not use.
Constant Value: 3327 (0x00000cff)
OP_IGET_WIDE
public static final int OP_IGET_WIDE
Constant Value: 83 (0x00000053)
OP_IGET_WIDE_JUMBO
public static final int OP_IGET_WIDE_JUMBO
Never implemented; do not use.
Constant Value: 2047 (0x000007ff)
OP_IGET_WIDE_QUICK
public static final int OP_IGET_WIDE_QUICK
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 243 (0x000000f3)
OP_IGET_WIDE_VOLATILE
public static final int OP_IGET_WIDE_VOLATILE
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 232 (0x000000e8)
OP_INSTANCE_OF
public static final int OP_INSTANCE_OF
Constant Value: 32 (0x00000020)
OP_INSTANCE_OF_JUMBO
public static final int OP_INSTANCE_OF_JUMBO
Never implemented; do not use.
Constant Value: 767 (0x000002ff)
OP_INT_TO_BYTE
public static final int OP_INT_TO_BYTE
Constant Value: 141 (0x0000008d)
OP_INT_TO_CHAR
public static final int OP_INT_TO_CHAR
Constant Value: 142 (0x0000008e)
OP_INT_TO_DOUBLE
public static final int OP_INT_TO_DOUBLE
Constant Value: 131 (0x00000083)
OP_INT_TO_FLOAT
public static final int OP_INT_TO_FLOAT
Constant Value: 130 (0x00000082)
OP_INT_TO_LONG
public static final int OP_INT_TO_LONG
Constant Value: 129 (0x00000081)
OP_INT_TO_SHORT
public static final int OP_INT_TO_SHORT
Constant Value: 143 (0x0000008f)
OP_INVOKE_CUSTOM
public static final int OP_INVOKE_CUSTOM
Constant Value: 252 (0x000000fc)
OP_INVOKE_CUSTOM_RANGE
public static final int OP_INVOKE_CUSTOM_RANGE
Constant Value: 253 (0x000000fd)
OP_INVOKE_DIRECT
public static final int OP_INVOKE_DIRECT
Constant Value: 112 (0x00000070)
OP_INVOKE_DIRECT_EMPTY
public static final int OP_INVOKE_DIRECT_EMPTY
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 240 (0x000000f0)
OP_INVOKE_DIRECT_JUMBO
public static final int OP_INVOKE_DIRECT_JUMBO
Never implemented; do not use.
Constant Value: 9471 (0x000024ff)
OP_INVOKE_DIRECT_RANGE
public static final int OP_INVOKE_DIRECT_RANGE
Constant Value: 118 (0x00000076)
OP_INVOKE_INTERFACE
public static final int OP_INVOKE_INTERFACE
Constant Value: 114 (0x00000072)
OP_INVOKE_INTERFACE_JUMBO
public static final int OP_INVOKE_INTERFACE_JUMBO
Never implemented; do not use.
Constant Value: 9983 (0x000026ff)
OP_INVOKE_INTERFACE_RANGE
public static final int OP_INVOKE_INTERFACE_RANGE
Constant Value: 120 (0x00000078)
OP_INVOKE_POLYMORPHIC
public static final int OP_INVOKE_POLYMORPHIC
Constant Value: 250 (0x000000fa)
OP_INVOKE_POLYMORPHIC_RANGE
public static final int OP_INVOKE_POLYMORPHIC_RANGE
Constant Value: 251 (0x000000fb)
OP_INVOKE_STATIC
public static final int OP_INVOKE_STATIC
Constant Value: 113 (0x00000071)
OP_INVOKE_STATIC_JUMBO
public static final int OP_INVOKE_STATIC_JUMBO
Never implemented; do not use.
Constant Value: 9727 (0x000025ff)
OP_INVOKE_STATIC_RANGE
public static final int OP_INVOKE_STATIC_RANGE
Constant Value: 119 (0x00000077)
OP_INVOKE_SUPER
public static final int OP_INVOKE_SUPER
Constant Value: 111 (0x0000006f)
OP_INVOKE_SUPER_JUMBO
public static final int OP_INVOKE_SUPER_JUMBO
Never implemented; do not use.
Constant Value: 9215 (0x000023ff)
OP_INVOKE_SUPER_QUICK
public static final int OP_INVOKE_SUPER_QUICK
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 250 (0x000000fa)
OP_INVOKE_SUPER_QUICK_RANGE
public static final int OP_INVOKE_SUPER_QUICK_RANGE
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 251 (0x000000fb)
OP_INVOKE_SUPER_RANGE
public static final int OP_INVOKE_SUPER_RANGE
Constant Value: 117 (0x00000075)
OP_INVOKE_VIRTUAL
public static final int OP_INVOKE_VIRTUAL
Constant Value: 110 (0x0000006e)
OP_INVOKE_VIRTUAL_JUMBO
public static final int OP_INVOKE_VIRTUAL_JUMBO
Never implemented; do not use.
Constant Value: 8959 (0x000022ff)
OP_INVOKE_VIRTUAL_QUICK
public static final int OP_INVOKE_VIRTUAL_QUICK
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 248 (0x000000f8)
OP_INVOKE_VIRTUAL_QUICK_RANGE
public static final int OP_INVOKE_VIRTUAL_QUICK_RANGE
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 249 (0x000000f9)
OP_INVOKE_VIRTUAL_RANGE
public static final int OP_INVOKE_VIRTUAL_RANGE
Constant Value: 116 (0x00000074)
OP_IPUT_BOOLEAN
public static final int OP_IPUT_BOOLEAN
Constant Value: 92 (0x0000005c)
OP_IPUT_BOOLEAN_JUMBO
public static final int OP_IPUT_BOOLEAN_JUMBO
Never implemented; do not use.
Constant Value: 4351 (0x000010ff)
OP_IPUT_BYTE
public static final int OP_IPUT_BYTE
Constant Value: 93 (0x0000005d)
OP_IPUT_BYTE_JUMBO
public static final int OP_IPUT_BYTE_JUMBO
Never implemented; do not use.
Constant Value: 4607 (0x000011ff)
OP_IPUT_CHAR
public static final int OP_IPUT_CHAR
Constant Value: 94 (0x0000005e)
OP_IPUT_CHAR_JUMBO
public static final int OP_IPUT_CHAR_JUMBO
Never implemented; do not use.
Constant Value: 4863 (0x000012ff)
OP_IPUT_JUMBO
public static final int OP_IPUT_JUMBO
Never implemented; do not use.
Constant Value: 3583 (0x00000dff)
OP_IPUT_OBJECT
public static final int OP_IPUT_OBJECT
Constant Value: 91 (0x0000005b)
OP_IPUT_OBJECT_JUMBO
public static final int OP_IPUT_OBJECT_JUMBO
Never implemented; do not use.
Constant Value: 4095 (0x00000fff)
OP_IPUT_OBJECT_QUICK
public static final int OP_IPUT_OBJECT_QUICK
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 247 (0x000000f7)
OP_IPUT_QUICK
public static final int OP_IPUT_QUICK
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 245 (0x000000f5)
OP_IPUT_SHORT
public static final int OP_IPUT_SHORT
Constant Value: 95 (0x0000005f)
OP_IPUT_SHORT_JUMBO
public static final int OP_IPUT_SHORT_JUMBO
Never implemented; do not use.
Constant Value: 5119 (0x000013ff)
OP_IPUT_WIDE
public static final int OP_IPUT_WIDE
Constant Value: 90 (0x0000005a)
OP_IPUT_WIDE_JUMBO
public static final int OP_IPUT_WIDE_JUMBO
Never implemented; do not use.
Constant Value: 3839 (0x00000eff)
OP_IPUT_WIDE_QUICK
public static final int OP_IPUT_WIDE_QUICK
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 246 (0x000000f6)
OP_IPUT_WIDE_VOLATILE
public static final int OP_IPUT_WIDE_VOLATILE
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 233 (0x000000e9)
OP_LONG_TO_DOUBLE
public static final int OP_LONG_TO_DOUBLE
Constant Value: 134 (0x00000086)
OP_LONG_TO_FLOAT
public static final int OP_LONG_TO_FLOAT
Constant Value: 133 (0x00000085)
OP_LONG_TO_INT
public static final int OP_LONG_TO_INT
Constant Value: 132 (0x00000084)
OP_MONITOR_ENTER
public static final int OP_MONITOR_ENTER
Constant Value: 29 (0x0000001d)
OP_MONITOR_EXIT
public static final int OP_MONITOR_EXIT
Constant Value: 30 (0x0000001e)
OP_MOVE_EXCEPTION
public static final int OP_MOVE_EXCEPTION
Constant Value: 13 (0x0000000d)
OP_MOVE_FROM16
public static final int OP_MOVE_FROM16
Constant Value: 2 (0x00000002)
OP_MOVE_OBJECT
public static final int OP_MOVE_OBJECT
Constant Value: 7 (0x00000007)
OP_MOVE_OBJECT_16
public static final int OP_MOVE_OBJECT_16
Constant Value: 9 (0x00000009)
OP_MOVE_OBJECT_FROM16
public static final int OP_MOVE_OBJECT_FROM16
Constant Value: 8 (0x00000008)
OP_MOVE_RESULT
public static final int OP_MOVE_RESULT
Constant Value: 10 (0x0000000a)
OP_MOVE_RESULT_OBJECT
public static final int OP_MOVE_RESULT_OBJECT
Constant Value: 12 (0x0000000c)
OP_MOVE_RESULT_WIDE
public static final int OP_MOVE_RESULT_WIDE
Constant Value: 11 (0x0000000b)
OP_MOVE_WIDE
public static final int OP_MOVE_WIDE
Constant Value: 4 (0x00000004)
OP_MOVE_WIDE_16
public static final int OP_MOVE_WIDE_16
Constant Value: 6 (0x00000006)
OP_MOVE_WIDE_FROM16
public static final int OP_MOVE_WIDE_FROM16
Constant Value: 5 (0x00000005)
OP_MUL_DOUBLE
public static final int OP_MUL_DOUBLE
Constant Value: 173 (0x000000ad)
OP_MUL_DOUBLE_2ADDR
public static final int OP_MUL_DOUBLE_2ADDR
Constant Value: 205 (0x000000cd)
OP_MUL_FLOAT
public static final int OP_MUL_FLOAT
Constant Value: 168 (0x000000a8)
OP_MUL_FLOAT_2ADDR
public static final int OP_MUL_FLOAT_2ADDR
Constant Value: 200 (0x000000c8)
OP_MUL_INT_2ADDR
public static final int OP_MUL_INT_2ADDR
Constant Value: 178 (0x000000b2)
OP_MUL_INT_LIT16
public static final int OP_MUL_INT_LIT16
Constant Value: 210 (0x000000d2)
OP_MUL_INT_LIT8
public static final int OP_MUL_INT_LIT8
Constant Value: 218 (0x000000da)
OP_MUL_LONG
public static final int OP_MUL_LONG
Constant Value: 157 (0x0000009d)
OP_MUL_LONG_2ADDR
public static final int OP_MUL_LONG_2ADDR
Constant Value: 189 (0x000000bd)
OP_NEG_DOUBLE
public static final int OP_NEG_DOUBLE
Constant Value: 128 (0x00000080)
OP_NEG_FLOAT
public static final int OP_NEG_FLOAT
Constant Value: 127 (0x0000007f)
OP_NEG_LONG
public static final int OP_NEG_LONG
Constant Value: 125 (0x0000007d)
OP_NEW_ARRAY
public static final int OP_NEW_ARRAY
Constant Value: 35 (0x00000023)
OP_NEW_ARRAY_JUMBO
public static final int OP_NEW_ARRAY_JUMBO
Never implemented; do not use.
Constant Value: 1279 (0x000004ff)
OP_NEW_INSTANCE
public static final int OP_NEW_INSTANCE
Constant Value: 34 (0x00000022)
OP_NEW_INSTANCE_JUMBO
public static final int OP_NEW_INSTANCE_JUMBO
Never implemented; do not use.
Constant Value: 1023 (0x000003ff)
OP_NOT_LONG
public static final int OP_NOT_LONG
Constant Value: 126 (0x0000007e)
OP_OR_INT_2ADDR
public static final int OP_OR_INT_2ADDR
Constant Value: 182 (0x000000b6)
OP_OR_INT_LIT16
public static final int OP_OR_INT_LIT16
Constant Value: 214 (0x000000d6)
OP_OR_INT_LIT8
public static final int OP_OR_INT_LIT8
Constant Value: 222 (0x000000de)
OP_OR_LONG_2ADDR
public static final int OP_OR_LONG_2ADDR
Constant Value: 193 (0x000000c1)
OP_PACKED_SWITCH
public static final int OP_PACKED_SWITCH
Constant Value: 43 (0x0000002b)
OP_REM_DOUBLE
public static final int OP_REM_DOUBLE
Constant Value: 175 (0x000000af)
OP_REM_DOUBLE_2ADDR
public static final int OP_REM_DOUBLE_2ADDR
Constant Value: 207 (0x000000cf)
OP_REM_FLOAT
public static final int OP_REM_FLOAT
Constant Value: 170 (0x000000aa)
OP_REM_FLOAT_2ADDR
public static final int OP_REM_FLOAT_2ADDR
Constant Value: 202 (0x000000ca)
OP_REM_INT_2ADDR
public static final int OP_REM_INT_2ADDR
Constant Value: 180 (0x000000b4)
OP_REM_INT_LIT16
public static final int OP_REM_INT_LIT16
Constant Value: 212 (0x000000d4)
OP_REM_INT_LIT8
public static final int OP_REM_INT_LIT8
Constant Value: 220 (0x000000dc)
OP_REM_LONG
public static final int OP_REM_LONG
Constant Value: 159 (0x0000009f)
OP_REM_LONG_2ADDR
public static final int OP_REM_LONG_2ADDR
Constant Value: 191 (0x000000bf)
OP_RETURN_OBJECT
public static final int OP_RETURN_OBJECT
Constant Value: 17 (0x00000011)
OP_RETURN_VOID
public static final int OP_RETURN_VOID
Constant Value: 14 (0x0000000e)
OP_RETURN_WIDE
public static final int OP_RETURN_WIDE
Constant Value: 16 (0x00000010)
OP_RSUB_INT
public static final int OP_RSUB_INT
Constant Value: 209 (0x000000d1)
OP_RSUB_INT_LIT8
public static final int OP_RSUB_INT_LIT8
Constant Value: 217 (0x000000d9)
OP_SGET_BOOLEAN
public static final int OP_SGET_BOOLEAN
Constant Value: 99 (0x00000063)
OP_SGET_BOOLEAN_JUMBO
public static final int OP_SGET_BOOLEAN_JUMBO
Never implemented; do not use.
Constant Value: 6143 (0x000017ff)
OP_SGET_BYTE
public static final int OP_SGET_BYTE
Constant Value: 100 (0x00000064)
OP_SGET_BYTE_JUMBO
public static final int OP_SGET_BYTE_JUMBO
Never implemented; do not use.
Constant Value: 6399 (0x000018ff)
OP_SGET_CHAR
public static final int OP_SGET_CHAR
Constant Value: 101 (0x00000065)
OP_SGET_CHAR_JUMBO
public static final int OP_SGET_CHAR_JUMBO
Never implemented; do not use.
Constant Value: 6655 (0x000019ff)
OP_SGET_JUMBO
public static final int OP_SGET_JUMBO
Never implemented; do not use.
Constant Value: 5375 (0x000014ff)
OP_SGET_OBJECT
public static final int OP_SGET_OBJECT
Constant Value: 98 (0x00000062)
OP_SGET_OBJECT_JUMBO
public static final int OP_SGET_OBJECT_JUMBO
Never implemented; do not use.
Constant Value: 5887 (0x000016ff)
OP_SGET_SHORT
public static final int OP_SGET_SHORT
Constant Value: 102 (0x00000066)
OP_SGET_SHORT_JUMBO
public static final int OP_SGET_SHORT_JUMBO
Never implemented; do not use.
Constant Value: 6911 (0x00001aff)
OP_SGET_WIDE
public static final int OP_SGET_WIDE
Constant Value: 97 (0x00000061)
OP_SGET_WIDE_JUMBO
public static final int OP_SGET_WIDE_JUMBO
Never implemented; do not use.
Constant Value: 5631 (0x000015ff)
OP_SGET_WIDE_VOLATILE
public static final int OP_SGET_WIDE_VOLATILE
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 234 (0x000000ea)
OP_SHL_INT_2ADDR
public static final int OP_SHL_INT_2ADDR
Constant Value: 184 (0x000000b8)
OP_SHL_INT_LIT8
public static final int OP_SHL_INT_LIT8
Constant Value: 224 (0x000000e0)
OP_SHL_LONG
public static final int OP_SHL_LONG
Constant Value: 163 (0x000000a3)
OP_SHL_LONG_2ADDR
public static final int OP_SHL_LONG_2ADDR
Constant Value: 195 (0x000000c3)
OP_SHR_INT_2ADDR
public static final int OP_SHR_INT_2ADDR
Constant Value: 185 (0x000000b9)
OP_SHR_INT_LIT8
public static final int OP_SHR_INT_LIT8
Constant Value: 225 (0x000000e1)
OP_SHR_LONG
public static final int OP_SHR_LONG
Constant Value: 164 (0x000000a4)
OP_SHR_LONG_2ADDR
public static final int OP_SHR_LONG_2ADDR
Constant Value: 196 (0x000000c4)
OP_SPARSE_SWITCH
public static final int OP_SPARSE_SWITCH
Constant Value: 44 (0x0000002c)
OP_SPUT_BOOLEAN
public static final int OP_SPUT_BOOLEAN
Constant Value: 106 (0x0000006a)
OP_SPUT_BOOLEAN_JUMBO
public static final int OP_SPUT_BOOLEAN_JUMBO
Never implemented; do not use.
Constant Value: 7935 (0x00001eff)
OP_SPUT_BYTE
public static final int OP_SPUT_BYTE
Constant Value: 107 (0x0000006b)
OP_SPUT_BYTE_JUMBO
public static final int OP_SPUT_BYTE_JUMBO
Never implemented; do not use.
Constant Value: 8191 (0x00001fff)
OP_SPUT_CHAR
public static final int OP_SPUT_CHAR
Constant Value: 108 (0x0000006c)
OP_SPUT_CHAR_JUMBO
public static final int OP_SPUT_CHAR_JUMBO
Never implemented; do not use.
Constant Value: 8447 (0x000020ff)
OP_SPUT_JUMBO
public static final int OP_SPUT_JUMBO
Never implemented; do not use.
Constant Value: 7167 (0x00001bff)
OP_SPUT_OBJECT
public static final int OP_SPUT_OBJECT
Constant Value: 105 (0x00000069)
OP_SPUT_OBJECT_JUMBO
public static final int OP_SPUT_OBJECT_JUMBO
Never implemented; do not use.
Constant Value: 7679 (0x00001dff)
OP_SPUT_SHORT
public static final int OP_SPUT_SHORT
Constant Value: 109 (0x0000006d)
OP_SPUT_SHORT_JUMBO
public static final int OP_SPUT_SHORT_JUMBO
Never implemented; do not use.
Constant Value: 8703 (0x000021ff)
OP_SPUT_WIDE
public static final int OP_SPUT_WIDE
Constant Value: 104 (0x00000068)
OP_SPUT_WIDE_JUMBO
public static final int OP_SPUT_WIDE_JUMBO
Never implemented; do not use.
Constant Value: 7423 (0x00001cff)
OP_SPUT_WIDE_VOLATILE
public static final int OP_SPUT_WIDE_VOLATILE
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 235 (0x000000eb)
OP_SUB_DOUBLE
public static final int OP_SUB_DOUBLE
Constant Value: 172 (0x000000ac)
OP_SUB_DOUBLE_2ADDR
public static final int OP_SUB_DOUBLE_2ADDR
Constant Value: 204 (0x000000cc)
OP_SUB_FLOAT
public static final int OP_SUB_FLOAT
Constant Value: 167 (0x000000a7)
OP_SUB_FLOAT_2ADDR
public static final int OP_SUB_FLOAT_2ADDR
Constant Value: 199 (0x000000c7)
OP_SUB_INT_2ADDR
public static final int OP_SUB_INT_2ADDR
Constant Value: 177 (0x000000b1)
OP_SUB_LONG
public static final int OP_SUB_LONG
Constant Value: 156 (0x0000009c)
OP_SUB_LONG_2ADDR
public static final int OP_SUB_LONG_2ADDR
Constant Value: 188 (0x000000bc)
OP_THROW_VERIFICATION_ERROR
public static final int OP_THROW_VERIFICATION_ERROR
This constant was deprecated
in API level 15.
Implementation detail.
Implementation detail.
Constant Value: 237 (0x000000ed)
OP_USHR_INT
public static final int OP_USHR_INT
Constant Value: 154 (0x0000009a)
OP_USHR_INT_2ADDR
public static final int OP_USHR_INT_2ADDR
Constant Value: 186 (0x000000ba)
OP_USHR_INT_LIT8
public static final int OP_USHR_INT_LIT8
Constant Value: 226 (0x000000e2)
OP_USHR_LONG
public static final int OP_USHR_LONG
Constant Value: 165 (0x000000a5)
OP_USHR_LONG_2ADDR
public static final int OP_USHR_LONG_2ADDR
Constant Value: 197 (0x000000c5)
OP_XOR_INT_2ADDR
public static final int OP_XOR_INT_2ADDR
Constant Value: 183 (0x000000b7)
OP_XOR_INT_LIT16
public static final int OP_XOR_INT_LIT16
Constant Value: 215 (0x000000d7)
OP_XOR_INT_LIT8
public static final int OP_XOR_INT_LIT8
Constant Value: 223 (0x000000df)
OP_XOR_LONG
public static final int OP_XOR_LONG
Constant Value: 162 (0x000000a2)
OP_XOR_LONG_2ADDR
public static final int OP_XOR_LONG_2ADDR
Constant Value: 194 (0x000000c2)