Android
dalvik.bytecode
public interface

dalvik.bytecode.Opcodes

dalvik.bytecode.Opcodes

This is a list of Dalvik opcodes. (This was converted from //device/dalvik/libdex/OpCode.h)

Summary

Constants

      Value  
int  OP_ADD_DOUBLE    171  0x000000ab 
int  OP_ADD_DOUBLE_2ADDR    203  0x000000cb 
int  OP_ADD_FLOAT    166  0x000000a6 
int  OP_ADD_FLOAT_2ADDR    198  0x000000c6 
int  OP_ADD_INT    144  0x00000090 
int  OP_ADD_INT_2ADDR    176  0x000000b0 
int  OP_ADD_INT_LIT16    208  0x000000d0 
int  OP_ADD_INT_LIT8    216  0x000000d8 
int  OP_ADD_LONG    155  0x0000009b 
int  OP_ADD_LONG_2ADDR    187  0x000000bb 
int  OP_AGET    68  0x00000044 
int  OP_AGET_BOOLEAN    71  0x00000047 
int  OP_AGET_BYTE    72  0x00000048 
int  OP_AGET_CHAR    73  0x00000049 
int  OP_AGET_OBJECT    70  0x00000046 
int  OP_AGET_SHORT    74  0x0000004a 
int  OP_AGET_WIDE    69  0x00000045 
int  OP_AND_INT    149  0x00000095 
int  OP_AND_INT_2ADDR    181  0x000000b5 
int  OP_AND_INT_LIT16    213  0x000000d5 
int  OP_AND_INT_LIT8    221  0x000000dd 
int  OP_AND_LONG    160  0x000000a0 
int  OP_AND_LONG_2ADDR    192  0x000000c0 
int  OP_APUT    75  0x0000004b 
int  OP_APUT_BOOLEAN    78  0x0000004e 
int  OP_APUT_BYTE    79  0x0000004f 
int  OP_APUT_CHAR    80  0x00000050 
int  OP_APUT_OBJECT    77  0x0000004d 
int  OP_APUT_SHORT    81  0x00000051 
int  OP_APUT_WIDE    76  0x0000004c 
int  OP_ARRAY_LENGTH    33  0x00000021 
int  OP_CHECK_CAST    31  0x0000001f 
int  OP_CMPG_DOUBLE    48  0x00000030 
int  OP_CMPG_FLOAT    46  0x0000002e 
int  OP_CMPL_DOUBLE    47  0x0000002f 
int  OP_CMPL_FLOAT    45  0x0000002d 
int  OP_CMP_LONG    49  0x00000031 
int  OP_CONST    20  0x00000014 
int  OP_CONST_16    19  0x00000013 
int  OP_CONST_4    18  0x00000012 
int  OP_CONST_CLASS    28  0x0000001c 
int  OP_CONST_HIGH16    21  0x00000015 
int  OP_CONST_STRING    26  0x0000001a 
int  OP_CONST_STRING_JUMBO    27  0x0000001b 
int  OP_CONST_WIDE    24  0x00000018 
int  OP_CONST_WIDE_16    22  0x00000016 
int  OP_CONST_WIDE_32    23  0x00000017 
int  OP_CONST_WIDE_HIGH16    25  0x00000019 
int  OP_DIV_DOUBLE    174  0x000000ae 
int  OP_DIV_DOUBLE_2ADDR    206  0x000000ce 
int  OP_DIV_FLOAT    169  0x000000a9 
int  OP_DIV_FLOAT_2ADDR    201  0x000000c9 
int  OP_DIV_INT    147  0x00000093 
int  OP_DIV_INT_2ADDR    179  0x000000b3 
int  OP_DIV_INT_LIT16    211  0x000000d3 
int  OP_DIV_INT_LIT8    219  0x000000db 
int  OP_DIV_LONG    158  0x0000009e 
int  OP_DIV_LONG_2ADDR    190  0x000000be 
int  OP_DOUBLE_TO_FLOAT    140  0x0000008c 
int  OP_DOUBLE_TO_INT    138  0x0000008a 
int  OP_DOUBLE_TO_LONG    139  0x0000008b 
int  OP_EXECUTE_INLINE    238  0x000000ee 
int  OP_FILLED_NEW_ARRAY    36  0x00000024 
int  OP_FILLED_NEW_ARRAY_RANGE    37  0x00000025 
int  OP_FILL_ARRAY_DATA    38  0x00000026 
int  OP_FLOAT_TO_DOUBLE    137  0x00000089 
int  OP_FLOAT_TO_INT    135  0x00000087 
int  OP_FLOAT_TO_LONG    136  0x00000088 
int  OP_GOTO    40  0x00000028 
int  OP_GOTO_16    41  0x00000029 
int  OP_GOTO_32    42  0x0000002a 
int  OP_IF_EQ    50  0x00000032 
int  OP_IF_EQZ    56  0x00000038 
int  OP_IF_GE    53  0x00000035 
int  OP_IF_GEZ    59  0x0000003b 
int  OP_IF_GT    54  0x00000036 
int  OP_IF_GTZ    60  0x0000003c 
int  OP_IF_LE    55  0x00000037 
int  OP_IF_LEZ    61  0x0000003d 
int  OP_IF_LT    52  0x00000034 
int  OP_IF_LTZ    58  0x0000003a 
int  OP_IF_NE    51  0x00000033 
int  OP_IF_NEZ    57  0x00000039 
int  OP_IGET    82  0x00000052 
int  OP_IGET_BOOLEAN    85  0x00000055 
int  OP_IGET_BYTE    86  0x00000056 
int  OP_IGET_CHAR    87  0x00000057 
int  OP_IGET_OBJECT    84  0x00000054 
int  OP_IGET_OBJECT_QUICK    244  0x000000f4 
int  OP_IGET_QUICK    242  0x000000f2 
int  OP_IGET_SHORT    88  0x00000058 
int  OP_IGET_WIDE    83  0x00000053 
int  OP_IGET_WIDE_QUICK    243  0x000000f3 
int  OP_INSTANCE_OF    32  0x00000020 
int  OP_INT_TO_BYTE    141  0x0000008d 
int  OP_INT_TO_CHAR    142  0x0000008e 
int  OP_INT_TO_DOUBLE    131  0x00000083 
int  OP_INT_TO_FLOAT    130  0x00000082 
int  OP_INT_TO_LONG    129  0x00000081 
int  OP_INT_TO_SHORT    143  0x0000008f 
int  OP_INVOKE_DIRECT    112  0x00000070 
int  OP_INVOKE_DIRECT_EMPTY    240  0x000000f0 
int  OP_INVOKE_DIRECT_RANGE    118  0x00000076 
int  OP_INVOKE_INTERFACE    114  0x00000072 
int  OP_INVOKE_INTERFACE_RANGE    120  0x00000078 
int  OP_INVOKE_STATIC    113  0x00000071 
int  OP_INVOKE_STATIC_RANGE    119  0x00000077 
int  OP_INVOKE_SUPER    111  0x0000006f 
int  OP_INVOKE_SUPER_QUICK    250  0x000000fa 
int  OP_INVOKE_SUPER_QUICK_RANGE    251  0x000000fb 
int  OP_INVOKE_SUPER_RANGE    117  0x00000075 
int  OP_INVOKE_VIRTUAL    110  0x0000006e 
int  OP_INVOKE_VIRTUAL_QUICK    248  0x000000f8 
int  OP_INVOKE_VIRTUAL_QUICK_RANGE    249  0x000000f9 
int  OP_INVOKE_VIRTUAL_RANGE    116  0x00000074 
int  OP_IPUT    89  0x00000059 
int  OP_IPUT_BOOLEAN    92  0x0000005c 
int  OP_IPUT_BYTE    93  0x0000005d 
int  OP_IPUT_CHAR    94  0x0000005e 
int  OP_IPUT_OBJECT    91  0x0000005b 
int  OP_IPUT_OBJECT_QUICK    247  0x000000f7 
int  OP_IPUT_QUICK    245  0x000000f5 
int  OP_IPUT_SHORT    95  0x0000005f 
int  OP_IPUT_WIDE    90  0x0000005a 
int  OP_IPUT_WIDE_QUICK    246  0x000000f6 
int  OP_LONG_TO_DOUBLE    134  0x00000086 
int  OP_LONG_TO_FLOAT    133  0x00000085 
int  OP_LONG_TO_INT    132  0x00000084 
int  OP_MONITOR_ENTER    29  0x0000001d 
int  OP_MONITOR_EXIT    30  0x0000001e 
int  OP_MOVE    0x00000001 
int  OP_MOVE_16    0x00000003 
int  OP_MOVE_EXCEPTION    13  0x0000000d 
int  OP_MOVE_FROM16    0x00000002 
int  OP_MOVE_OBJECT    0x00000007 
int  OP_MOVE_OBJECT_16    0x00000009 
int  OP_MOVE_OBJECT_FROM16    0x00000008 
int  OP_MOVE_RESULT    10  0x0000000a 
int  OP_MOVE_RESULT_OBJECT    12  0x0000000c 
int  OP_MOVE_RESULT_WIDE    11  0x0000000b 
int  OP_MOVE_WIDE    0x00000004 
int  OP_MOVE_WIDE_16    0x00000006 
int  OP_MOVE_WIDE_FROM16    0x00000005 
int  OP_MUL_DOUBLE    173  0x000000ad 
int  OP_MUL_DOUBLE_2ADDR    205  0x000000cd 
int  OP_MUL_FLOAT    168  0x000000a8 
int  OP_MUL_FLOAT_2ADDR    200  0x000000c8 
int  OP_MUL_INT    146  0x00000092 
int  OP_MUL_INT_2ADDR    178  0x000000b2 
int  OP_MUL_INT_LIT16    210  0x000000d2 
int  OP_MUL_INT_LIT8    218  0x000000da 
int  OP_MUL_LONG    157  0x0000009d 
int  OP_MUL_LONG_2ADDR    189  0x000000bd 
int  OP_NEG_DOUBLE    128  0x00000080 
int  OP_NEG_FLOAT    127  0x0000007f 
int  OP_NEG_INT    123  0x0000007b 
int  OP_NEG_LONG    125  0x0000007d 
int  OP_NEW_ARRAY    35  0x00000023 
int  OP_NEW_INSTANCE    34  0x00000022 
int  OP_NOP    0x00000000 
int  OP_NOT_INT    124  0x0000007c 
int  OP_NOT_LONG    126  0x0000007e 
int  OP_OR_INT    150  0x00000096 
int  OP_OR_INT_2ADDR    182  0x000000b6 
int  OP_OR_INT_LIT16    214  0x000000d6 
int  OP_OR_INT_LIT8    222  0x000000de 
int  OP_OR_LONG    161  0x000000a1 
int  OP_OR_LONG_2ADDR    193  0x000000c1 
int  OP_PACKED_SWITCH    43  0x0000002b 
int  OP_REM_DOUBLE    175  0x000000af 
int  OP_REM_DOUBLE_2ADDR    207  0x000000cf 
int  OP_REM_FLOAT    170  0x000000aa 
int  OP_REM_FLOAT_2ADDR    202  0x000000ca 
int  OP_REM_INT    148  0x00000094 
int  OP_REM_INT_2ADDR    180  0x000000b4 
int  OP_REM_INT_LIT16    212  0x000000d4 
int  OP_REM_INT_LIT8    220  0x000000dc 
int  OP_REM_LONG    159  0x0000009f 
int  OP_REM_LONG_2ADDR    191  0x000000bf 
int  OP_RETURN    15  0x0000000f 
int  OP_RETURN_OBJECT    17  0x00000011 
int  OP_RETURN_VOID    14  0x0000000e 
int  OP_RETURN_WIDE    16  0x00000010 
int  OP_RSUB_INT    209  0x000000d1 
int  OP_RSUB_INT_LIT8    217  0x000000d9 
int  OP_SGET    96  0x00000060 
int  OP_SGET_BOOLEAN    99  0x00000063 
int  OP_SGET_BYTE    100  0x00000064 
int  OP_SGET_CHAR    101  0x00000065 
int  OP_SGET_OBJECT    98  0x00000062 
int  OP_SGET_SHORT    102  0x00000066 
int  OP_SGET_WIDE    97  0x00000061 
int  OP_SHL_INT    152  0x00000098 
int  OP_SHL_INT_2ADDR    184  0x000000b8 
int  OP_SHL_INT_LIT8    224  0x000000e0 
int  OP_SHL_LONG    163  0x000000a3 
int  OP_SHL_LONG_2ADDR    195  0x000000c3 
int  OP_SHR_INT    153  0x00000099 
int  OP_SHR_INT_2ADDR    185  0x000000b9 
int  OP_SHR_INT_LIT8    225  0x000000e1 
int  OP_SHR_LONG    164  0x000000a4 
int  OP_SHR_LONG_2ADDR    196  0x000000c4 
int  OP_SPARSE_SWITCH    44  0x0000002c 
int  OP_SPUT    103  0x00000067 
int  OP_SPUT_BOOLEAN    106  0x0000006a 
int  OP_SPUT_BYTE    107  0x0000006b 
int  OP_SPUT_CHAR    108  0x0000006c 
int  OP_SPUT_OBJECT    105  0x00000069 
int  OP_SPUT_SHORT    109  0x0000006d 
int  OP_SPUT_WIDE    104  0x00000068 
int  OP_SUB_DOUBLE    172  0x000000ac 
int  OP_SUB_DOUBLE_2ADDR    204  0x000000cc 
int  OP_SUB_FLOAT    167  0x000000a7 
int  OP_SUB_FLOAT_2ADDR    199  0x000000c7 
int  OP_SUB_INT    145  0x00000091 
int  OP_SUB_INT_2ADDR    177  0x000000b1 
int  OP_SUB_LONG    156  0x0000009c 
int  OP_SUB_LONG_2ADDR    188  0x000000bc 
int  OP_THROW    39  0x00000027 
int  OP_UNUSED_3e    62  0x0000003e 
int  OP_UNUSED_3f    63  0x0000003f 
int  OP_UNUSED_40    64  0x00000040 
int  OP_UNUSED_41    65  0x00000041 
int  OP_UNUSED_42    66  0x00000042 
int  OP_UNUSED_43    67  0x00000043 
int  OP_UNUSED_73    115  0x00000073 
int  OP_UNUSED_79    121  0x00000079 
int  OP_UNUSED_7A    122  0x0000007a 
int  OP_UNUSED_E3    227  0x000000e3 
int  OP_UNUSED_E4    228  0x000000e4 
int  OP_UNUSED_E5    229  0x000000e5 
int  OP_UNUSED_E6    230  0x000000e6 
int  OP_UNUSED_E7    231  0x000000e7 
int  OP_UNUSED_E8    232  0x000000e8 
int  OP_UNUSED_E9    233  0x000000e9 
int  OP_UNUSED_EA    234  0x000000ea 
int  OP_UNUSED_EB    235  0x000000eb 
int  OP_UNUSED_EC    236  0x000000ec 
int  OP_UNUSED_ED    237  0x000000ed 
int  OP_UNUSED_EF    239  0x000000ef 
int  OP_UNUSED_F1    241  0x000000f1 
int  OP_UNUSED_FC    252  0x000000fc 
int  OP_UNUSED_FD    253  0x000000fd 
int  OP_UNUSED_FE    254  0x000000fe 
int  OP_UNUSED_FF    255  0x000000ff 
int  OP_USHR_INT    154  0x0000009a 
int  OP_USHR_INT_2ADDR    186  0x000000ba 
int  OP_USHR_INT_LIT8    226  0x000000e2 
int  OP_USHR_LONG    165  0x000000a5 
int  OP_USHR_LONG_2ADDR    197  0x000000c5 
int  OP_XOR_INT    151  0x00000097 
int  OP_XOR_INT_2ADDR    183  0x000000b7 
int  OP_XOR_INT_LIT16    215  0x000000d7 
int  OP_XOR_INT_LIT8    223  0x000000df 
int  OP_XOR_LONG    162  0x000000a2 
int  OP_XOR_LONG_2ADDR    194  0x000000c2 

Details

Constants

public static final int OP_ADD_DOUBLE

Constant Value: 171 (0x000000ab)

public static final int OP_ADD_DOUBLE_2ADDR

Constant Value: 203 (0x000000cb)

public static final int OP_ADD_FLOAT

Constant Value: 166 (0x000000a6)

public static final int OP_ADD_FLOAT_2ADDR

Constant Value: 198 (0x000000c6)

public static final int OP_ADD_INT

Constant Value: 144 (0x00000090)

public static final int OP_ADD_INT_2ADDR

Constant Value: 176 (0x000000b0)

public static final int OP_ADD_INT_LIT16

Constant Value: 208 (0x000000d0)

public static final int OP_ADD_INT_LIT8

Constant Value: 216 (0x000000d8)

public static final int OP_ADD_LONG

Constant Value: 155 (0x0000009b)

public static final int OP_ADD_LONG_2ADDR

Constant Value: 187 (0x000000bb)

public static final int OP_AGET

Constant Value: 68 (0x00000044)

public static final int OP_AGET_BOOLEAN

Constant Value: 71 (0x00000047)

public static final int OP_AGET_BYTE

Constant Value: 72 (0x00000048)

public static final int OP_AGET_CHAR

Constant Value: 73 (0x00000049)

public static final int OP_AGET_OBJECT

Constant Value: 70 (0x00000046)

public static final int OP_AGET_SHORT

Constant Value: 74 (0x0000004a)

public static final int OP_AGET_WIDE

Constant Value: 69 (0x00000045)

public static final int OP_AND_INT

Constant Value: 149 (0x00000095)

public static final int OP_AND_INT_2ADDR

Constant Value: 181 (0x000000b5)

public static final int OP_AND_INT_LIT16

Constant Value: 213 (0x000000d5)

public static final int OP_AND_INT_LIT8

Constant Value: 221 (0x000000dd)

public static final int OP_AND_LONG

Constant Value: 160 (0x000000a0)

public static final int OP_AND_LONG_2ADDR

Constant Value: 192 (0x000000c0)

public static final int OP_APUT

Constant Value: 75 (0x0000004b)

public static final int OP_APUT_BOOLEAN

Constant Value: 78 (0x0000004e)

public static final int OP_APUT_BYTE

Constant Value: 79 (0x0000004f)

public static final int OP_APUT_CHAR

Constant Value: 80 (0x00000050)

public static final int OP_APUT_OBJECT

Constant Value: 77 (0x0000004d)

public static final int OP_APUT_SHORT

Constant Value: 81 (0x00000051)

public static final int OP_APUT_WIDE

Constant Value: 76 (0x0000004c)

public static final int OP_ARRAY_LENGTH

Constant Value: 33 (0x00000021)

public static final int OP_CHECK_CAST

Constant Value: 31 (0x0000001f)

public static final int OP_CMPG_DOUBLE

Constant Value: 48 (0x00000030)

public static final int OP_CMPG_FLOAT

Constant Value: 46 (0x0000002e)

public static final int OP_CMPL_DOUBLE

Constant Value: 47 (0x0000002f)

public static final int OP_CMPL_FLOAT

Constant Value: 45 (0x0000002d)

public static final int OP_CMP_LONG

Constant Value: 49 (0x00000031)

public static final int OP_CONST

Constant Value: 20 (0x00000014)

public static final int OP_CONST_16

Constant Value: 19 (0x00000013)

public static final int OP_CONST_4

Constant Value: 18 (0x00000012)

public static final int OP_CONST_CLASS

Constant Value: 28 (0x0000001c)

public static final int OP_CONST_HIGH16

Constant Value: 21 (0x00000015)

public static final int OP_CONST_STRING

Constant Value: 26 (0x0000001a)

public static final int OP_CONST_STRING_JUMBO

Constant Value: 27 (0x0000001b)

public static final int OP_CONST_WIDE

Constant Value: 24 (0x00000018)

public static final int OP_CONST_WIDE_16

Constant Value: 22 (0x00000016)

public static final int OP_CONST_WIDE_32

Constant Value: 23 (0x00000017)

public static final int OP_CONST_WIDE_HIGH16

Constant Value: 25 (0x00000019)

public static final int OP_DIV_DOUBLE

Constant Value: 174 (0x000000ae)

public static final int OP_DIV_DOUBLE_2ADDR

Constant Value: 206 (0x000000ce)

public static final int OP_DIV_FLOAT

Constant Value: 169 (0x000000a9)

public static final int OP_DIV_FLOAT_2ADDR

Constant Value: 201 (0x000000c9)

public static final int OP_DIV_INT

Constant Value: 147 (0x00000093)

public static final int OP_DIV_INT_2ADDR

Constant Value: 179 (0x000000b3)

public static final int OP_DIV_INT_LIT16

Constant Value: 211 (0x000000d3)

public static final int OP_DIV_INT_LIT8

Constant Value: 219 (0x000000db)

public static final int OP_DIV_LONG

Constant Value: 158 (0x0000009e)

public static final int OP_DIV_LONG_2ADDR

Constant Value: 190 (0x000000be)

public static final int OP_DOUBLE_TO_FLOAT

Constant Value: 140 (0x0000008c)

public static final int OP_DOUBLE_TO_INT

Constant Value: 138 (0x0000008a)

public static final int OP_DOUBLE_TO_LONG

Constant Value: 139 (0x0000008b)

public static final int OP_EXECUTE_INLINE

Constant Value: 238 (0x000000ee)

public static final int OP_FILLED_NEW_ARRAY

Constant Value: 36 (0x00000024)

public static final int OP_FILLED_NEW_ARRAY_RANGE

Constant Value: 37 (0x00000025)

public static final int OP_FILL_ARRAY_DATA

Constant Value: 38 (0x00000026)

public static final int OP_FLOAT_TO_DOUBLE

Constant Value: 137 (0x00000089)

public static final int OP_FLOAT_TO_INT

Constant Value: 135 (0x00000087)

public static final int OP_FLOAT_TO_LONG

Constant Value: 136 (0x00000088)

public static final int OP_GOTO

Constant Value: 40 (0x00000028)

public static final int OP_GOTO_16

Constant Value: 41 (0x00000029)

public static final int OP_GOTO_32

Constant Value: 42 (0x0000002a)

public static final int OP_IF_EQ

Constant Value: 50 (0x00000032)

public static final int OP_IF_EQZ

Constant Value: 56 (0x00000038)

public static final int OP_IF_GE

Constant Value: 53 (0x00000035)

public static final int OP_IF_GEZ

Constant Value: 59 (0x0000003b)

public static final int OP_IF_GT

Constant Value: 54 (0x00000036)

public static final int OP_IF_GTZ

Constant Value: 60 (0x0000003c)

public static final int OP_IF_LE

Constant Value: 55 (0x00000037)

public static final int OP_IF_LEZ

Constant Value: 61 (0x0000003d)

public static final int OP_IF_LT

Constant Value: 52 (0x00000034)

public static final int OP_IF_LTZ

Constant Value: 58 (0x0000003a)

public static final int OP_IF_NE

Constant Value: 51 (0x00000033)

public static final int OP_IF_NEZ

Constant Value: 57 (0x00000039)

public static final int OP_IGET

Constant Value: 82 (0x00000052)

public static final int OP_IGET_BOOLEAN

Constant Value: 85 (0x00000055)

public static final int OP_IGET_BYTE

Constant Value: 86 (0x00000056)

public static final int OP_IGET_CHAR

Constant Value: 87 (0x00000057)

public static final int OP_IGET_OBJECT

Constant Value: 84 (0x00000054)

public static final int OP_IGET_OBJECT_QUICK

Constant Value: 244 (0x000000f4)

public static final int OP_IGET_QUICK

Constant Value: 242 (0x000000f2)

public static final int OP_IGET_SHORT

Constant Value: 88 (0x00000058)

public static final int OP_IGET_WIDE

Constant Value: 83 (0x00000053)

public static final int OP_IGET_WIDE_QUICK

Constant Value: 243 (0x000000f3)

public static final int OP_INSTANCE_OF

Constant Value: 32 (0x00000020)

public static final int OP_INT_TO_BYTE

Constant Value: 141 (0x0000008d)

public static final int OP_INT_TO_CHAR

Constant Value: 142 (0x0000008e)

public static final int OP_INT_TO_DOUBLE

Constant Value: 131 (0x00000083)

public static final int OP_INT_TO_FLOAT

Constant Value: 130 (0x00000082)

public static final int OP_INT_TO_LONG

Constant Value: 129 (0x00000081)

public static final int OP_INT_TO_SHORT

Constant Value: 143 (0x0000008f)

public static final int OP_INVOKE_DIRECT

Constant Value: 112 (0x00000070)

public static final int OP_INVOKE_DIRECT_EMPTY

Constant Value: 240 (0x000000f0)

public static final int OP_INVOKE_DIRECT_RANGE

Constant Value: 118 (0x00000076)

public static final int OP_INVOKE_INTERFACE

Constant Value: 114 (0x00000072)

public static final int OP_INVOKE_INTERFACE_RANGE

Constant Value: 120 (0x00000078)

public static final int OP_INVOKE_STATIC

Constant Value: 113 (0x00000071)

public static final int OP_INVOKE_STATIC_RANGE

Constant Value: 119 (0x00000077)

public static final int OP_INVOKE_SUPER

Constant Value: 111 (0x0000006f)

public static final int OP_INVOKE_SUPER_QUICK

Constant Value: 250 (0x000000fa)

public static final int OP_INVOKE_SUPER_QUICK_RANGE

Constant Value: 251 (0x000000fb)

public static final int OP_INVOKE_SUPER_RANGE

Constant Value: 117 (0x00000075)

public static final int OP_INVOKE_VIRTUAL

Constant Value: 110 (0x0000006e)

public static final int OP_INVOKE_VIRTUAL_QUICK

Constant Value: 248 (0x000000f8)

public static final int OP_INVOKE_VIRTUAL_QUICK_RANGE

Constant Value: 249 (0x000000f9)

public static final int OP_INVOKE_VIRTUAL_RANGE

Constant Value: 116 (0x00000074)

public static final int OP_IPUT

Constant Value: 89 (0x00000059)

public static final int OP_IPUT_BOOLEAN

Constant Value: 92 (0x0000005c)

public static final int OP_IPUT_BYTE

Constant Value: 93 (0x0000005d)

public static final int OP_IPUT_CHAR

Constant Value: 94 (0x0000005e)

public static final int OP_IPUT_OBJECT

Constant Value: 91 (0x0000005b)

public static final int OP_IPUT_OBJECT_QUICK

Constant Value: 247 (0x000000f7)

public static final int OP_IPUT_QUICK

Constant Value: 245 (0x000000f5)

public static final int OP_IPUT_SHORT

Constant Value: 95 (0x0000005f)

public static final int OP_IPUT_WIDE

Constant Value: 90 (0x0000005a)

public static final int OP_IPUT_WIDE_QUICK

Constant Value: 246 (0x000000f6)

public static final int OP_LONG_TO_DOUBLE

Constant Value: 134 (0x00000086)

public static final int OP_LONG_TO_FLOAT

Constant Value: 133 (0x00000085)

public static final int OP_LONG_TO_INT

Constant Value: 132 (0x00000084)

public static final int OP_MONITOR_ENTER

Constant Value: 29 (0x0000001d)

public static final int OP_MONITOR_EXIT

Constant Value: 30 (0x0000001e)

public static final int OP_MOVE

Constant Value: 1 (0x00000001)

public static final int OP_MOVE_16

Constant Value: 3 (0x00000003)

public static final int OP_MOVE_EXCEPTION

Constant Value: 13 (0x0000000d)

public static final int OP_MOVE_FROM16

Constant Value: 2 (0x00000002)

public static final int OP_MOVE_OBJECT

Constant Value: 7 (0x00000007)

public static final int OP_MOVE_OBJECT_16

Constant Value: 9 (0x00000009)

public static final int OP_MOVE_OBJECT_FROM16

Constant Value: 8 (0x00000008)

public static final int OP_MOVE_RESULT

Constant Value: 10 (0x0000000a)

public static final int OP_MOVE_RESULT_OBJECT

Constant Value: 12 (0x0000000c)

public static final int OP_MOVE_RESULT_WIDE

Constant Value: 11 (0x0000000b)

public static final int OP_MOVE_WIDE

Constant Value: 4 (0x00000004)

public static final int OP_MOVE_WIDE_16

Constant Value: 6 (0x00000006)

public static final int OP_MOVE_WIDE_FROM16

Constant Value: 5 (0x00000005)

public static final int OP_MUL_DOUBLE

Constant Value: 173 (0x000000ad)

public static final int OP_MUL_DOUBLE_2ADDR

Constant Value: 205 (0x000000cd)

public static final int OP_MUL_FLOAT

Constant Value: 168 (0x000000a8)

public static final int OP_MUL_FLOAT_2ADDR

Constant Value: 200 (0x000000c8)

public static final int OP_MUL_INT

Constant Value: 146 (0x00000092)

public static final int OP_MUL_INT_2ADDR

Constant Value: 178 (0x000000b2)

public static final int OP_MUL_INT_LIT16

Constant Value: 210 (0x000000d2)

public static final int OP_MUL_INT_LIT8

Constant Value: 218 (0x000000da)

public static final int OP_MUL_LONG

Constant Value: 157 (0x0000009d)

public static final int OP_MUL_LONG_2ADDR

Constant Value: 189 (0x000000bd)

public static final int OP_NEG_DOUBLE

Constant Value: 128 (0x00000080)

public static final int OP_NEG_FLOAT

Constant Value: 127 (0x0000007f)

public static final int OP_NEG_INT

Constant Value: 123 (0x0000007b)

public static final int OP_NEG_LONG

Constant Value: 125 (0x0000007d)

public static final int OP_NEW_ARRAY

Constant Value: 35 (0x00000023)

public static final int OP_NEW_INSTANCE

Constant Value: 34 (0x00000022)

public static final int OP_NOP

Constant Value: 0 (0x00000000)

public static final int OP_NOT_INT

Constant Value: 124 (0x0000007c)

public static final int OP_NOT_LONG

Constant Value: 126 (0x0000007e)

public static final int OP_OR_INT

Constant Value: 150 (0x00000096)

public static final int OP_OR_INT_2ADDR

Constant Value: 182 (0x000000b6)

public static final int OP_OR_INT_LIT16

Constant Value: 214 (0x000000d6)

public static final int OP_OR_INT_LIT8

Constant Value: 222 (0x000000de)

public static final int OP_OR_LONG

Constant Value: 161 (0x000000a1)

public static final int OP_OR_LONG_2ADDR

Constant Value: 193 (0x000000c1)

public static final int OP_PACKED_SWITCH

Constant Value: 43 (0x0000002b)

public static final int OP_REM_DOUBLE

Constant Value: 175 (0x000000af)

public static final int OP_REM_DOUBLE_2ADDR

Constant Value: 207 (0x000000cf)

public static final int OP_REM_FLOAT

Constant Value: 170 (0x000000aa)

public static final int OP_REM_FLOAT_2ADDR

Constant Value: 202 (0x000000ca)

public static final int OP_REM_INT

Constant Value: 148 (0x00000094)

public static final int OP_REM_INT_2ADDR

Constant Value: 180 (0x000000b4)

public static final int OP_REM_INT_LIT16

Constant Value: 212 (0x000000d4)

public static final int OP_REM_INT_LIT8

Constant Value: 220 (0x000000dc)

public static final int OP_REM_LONG

Constant Value: 159 (0x0000009f)

public static final int OP_REM_LONG_2ADDR

Constant Value: 191 (0x000000bf)

public static final int OP_RETURN

Constant Value: 15 (0x0000000f)

public static final int OP_RETURN_OBJECT

Constant Value: 17 (0x00000011)

public static final int OP_RETURN_VOID

Constant Value: 14 (0x0000000e)

public static final int OP_RETURN_WIDE

Constant Value: 16 (0x00000010)

public static final int OP_RSUB_INT

Constant Value: 209 (0x000000d1)

public static final int OP_RSUB_INT_LIT8

Constant Value: 217 (0x000000d9)

public static final int OP_SGET

Constant Value: 96 (0x00000060)

public static final int OP_SGET_BOOLEAN

Constant Value: 99 (0x00000063)

public static final int OP_SGET_BYTE

Constant Value: 100 (0x00000064)

public static final int OP_SGET_CHAR

Constant Value: 101 (0x00000065)

public static final int OP_SGET_OBJECT

Constant Value: 98 (0x00000062)

public static final int OP_SGET_SHORT

Constant Value: 102 (0x00000066)

public static final int OP_SGET_WIDE

Constant Value: 97 (0x00000061)

public static final int OP_SHL_INT

Constant Value: 152 (0x00000098)

public static final int OP_SHL_INT_2ADDR

Constant Value: 184 (0x000000b8)

public static final int OP_SHL_INT_LIT8

Constant Value: 224 (0x000000e0)

public static final int OP_SHL_LONG

Constant Value: 163 (0x000000a3)

public static final int OP_SHL_LONG_2ADDR

Constant Value: 195 (0x000000c3)

public static final int OP_SHR_INT

Constant Value: 153 (0x00000099)

public static final int OP_SHR_INT_2ADDR

Constant Value: 185 (0x000000b9)

public static final int OP_SHR_INT_LIT8

Constant Value: 225 (0x000000e1)

public static final int OP_SHR_LONG

Constant Value: 164 (0x000000a4)

public static final int OP_SHR_LONG_2ADDR

Constant Value: 196 (0x000000c4)

public static final int OP_SPARSE_SWITCH

Constant Value: 44 (0x0000002c)

public static final int OP_SPUT

Constant Value: 103 (0x00000067)

public static final int OP_SPUT_BOOLEAN

Constant Value: 106 (0x0000006a)

public static final int OP_SPUT_BYTE

Constant Value: 107 (0x0000006b)

public static final int OP_SPUT_CHAR

Constant Value: 108 (0x0000006c)

public static final int OP_SPUT_OBJECT

Constant Value: 105 (0x00000069)

public static final int OP_SPUT_SHORT

Constant Value: 109 (0x0000006d)

public static final int OP_SPUT_WIDE

Constant Value: 104 (0x00000068)

public static final int OP_SUB_DOUBLE

Constant Value: 172 (0x000000ac)

public static final int OP_SUB_DOUBLE_2ADDR

Constant Value: 204 (0x000000cc)

public static final int OP_SUB_FLOAT

Constant Value: 167 (0x000000a7)

public static final int OP_SUB_FLOAT_2ADDR

Constant Value: 199 (0x000000c7)

public static final int OP_SUB_INT

Constant Value: 145 (0x00000091)

public static final int OP_SUB_INT_2ADDR

Constant Value: 177 (0x000000b1)

public static final int OP_SUB_LONG

Constant Value: 156 (0x0000009c)

public static final int OP_SUB_LONG_2ADDR

Constant Value: 188 (0x000000bc)

public static final int OP_THROW

Constant Value: 39 (0x00000027)

public static final int OP_UNUSED_3e

Constant Value: 62 (0x0000003e)

public static final int OP_UNUSED_3f

Constant Value: 63 (0x0000003f)

public static final int OP_UNUSED_40

Constant Value: 64 (0x00000040)

public static final int OP_UNUSED_41

Constant Value: 65 (0x00000041)

public static final int OP_UNUSED_42

Constant Value: 66 (0x00000042)

public static final int OP_UNUSED_43

Constant Value: 67 (0x00000043)

public static final int OP_UNUSED_73

Constant Value: 115 (0x00000073)

public static final int OP_UNUSED_79

Constant Value: 121 (0x00000079)

public static final int OP_UNUSED_7A

Constant Value: 122 (0x0000007a)

public static final int OP_UNUSED_E3

Constant Value: 227 (0x000000e3)

public static final int OP_UNUSED_E4

Constant Value: 228 (0x000000e4)

public static final int OP_UNUSED_E5

Constant Value: 229 (0x000000e5)

public static final int OP_UNUSED_E6

Constant Value: 230 (0x000000e6)

public static final int OP_UNUSED_E7

Constant Value: 231 (0x000000e7)

public static final int OP_UNUSED_E8

Constant Value: 232 (0x000000e8)

public static final int OP_UNUSED_E9

Constant Value: 233 (0x000000e9)

public static final int OP_UNUSED_EA

Constant Value: 234 (0x000000ea)

public static final int OP_UNUSED_EB

Constant Value: 235 (0x000000eb)

public static final int OP_UNUSED_EC

Constant Value: 236 (0x000000ec)

public static final int OP_UNUSED_ED

Constant Value: 237 (0x000000ed)

public static final int OP_UNUSED_EF

Constant Value: 239 (0x000000ef)

public static final int OP_UNUSED_F1

Constant Value: 241 (0x000000f1)

public static final int OP_UNUSED_FC

Constant Value: 252 (0x000000fc)

public static final int OP_UNUSED_FD

Constant Value: 253 (0x000000fd)

public static final int OP_UNUSED_FE

Constant Value: 254 (0x000000fe)

public static final int OP_UNUSED_FF

Constant Value: 255 (0x000000ff)

public static final int OP_USHR_INT

Constant Value: 154 (0x0000009a)

public static final int OP_USHR_INT_2ADDR

Constant Value: 186 (0x000000ba)

public static final int OP_USHR_INT_LIT8

Constant Value: 226 (0x000000e2)

public static final int OP_USHR_LONG

Constant Value: 165 (0x000000a5)

public static final int OP_USHR_LONG_2ADDR

Constant Value: 197 (0x000000c5)

public static final int OP_XOR_INT

Constant Value: 151 (0x00000097)

public static final int OP_XOR_INT_2ADDR

Constant Value: 183 (0x000000b7)

public static final int OP_XOR_INT_LIT16

Constant Value: 215 (0x000000d7)

public static final int OP_XOR_INT_LIT8

Constant Value: 223 (0x000000df)

public static final int OP_XOR_LONG

Constant Value: 162 (0x000000a2)

public static final int OP_XOR_LONG_2ADDR

Constant Value: 194 (0x000000c2)
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56