dalvik.bytecode
Interface Opcodes
public interface Opcodes
OP_NOP
static final int OP_NOP
- See Also:
- Constant Field Values
OP_MOVE
static final int OP_MOVE
- See Also:
- Constant Field Values
OP_MOVE_FROM16
static final int OP_MOVE_FROM16
- See Also:
- Constant Field Values
OP_MOVE_16
static final int OP_MOVE_16
- See Also:
- Constant Field Values
OP_MOVE_WIDE
static final int OP_MOVE_WIDE
- See Also:
- Constant Field Values
OP_MOVE_WIDE_FROM16
static final int OP_MOVE_WIDE_FROM16
- See Also:
- Constant Field Values
OP_MOVE_WIDE_16
static final int OP_MOVE_WIDE_16
- See Also:
- Constant Field Values
OP_MOVE_OBJECT
static final int OP_MOVE_OBJECT
- See Also:
- Constant Field Values
OP_MOVE_OBJECT_FROM16
static final int OP_MOVE_OBJECT_FROM16
- See Also:
- Constant Field Values
OP_MOVE_OBJECT_16
static final int OP_MOVE_OBJECT_16
- See Also:
- Constant Field Values
OP_MOVE_RESULT
static final int OP_MOVE_RESULT
- See Also:
- Constant Field Values
OP_MOVE_RESULT_WIDE
static final int OP_MOVE_RESULT_WIDE
- See Also:
- Constant Field Values
OP_MOVE_RESULT_OBJECT
static final int OP_MOVE_RESULT_OBJECT
- See Also:
- Constant Field Values
OP_MOVE_EXCEPTION
static final int OP_MOVE_EXCEPTION
- See Also:
- Constant Field Values
OP_RETURN_VOID
static final int OP_RETURN_VOID
- See Also:
- Constant Field Values
OP_RETURN
static final int OP_RETURN
- See Also:
- Constant Field Values
OP_RETURN_WIDE
static final int OP_RETURN_WIDE
- See Also:
- Constant Field Values
OP_RETURN_OBJECT
static final int OP_RETURN_OBJECT
- See Also:
- Constant Field Values
OP_CONST_4
static final int OP_CONST_4
- See Also:
- Constant Field Values
OP_CONST_16
static final int OP_CONST_16
- See Also:
- Constant Field Values
OP_CONST
static final int OP_CONST
- See Also:
- Constant Field Values
OP_CONST_HIGH16
static final int OP_CONST_HIGH16
- See Also:
- Constant Field Values
OP_CONST_WIDE_16
static final int OP_CONST_WIDE_16
- See Also:
- Constant Field Values
OP_CONST_WIDE_32
static final int OP_CONST_WIDE_32
- See Also:
- Constant Field Values
OP_CONST_WIDE
static final int OP_CONST_WIDE
- See Also:
- Constant Field Values
OP_CONST_WIDE_HIGH16
static final int OP_CONST_WIDE_HIGH16
- See Also:
- Constant Field Values
OP_CONST_STRING
static final int OP_CONST_STRING
- See Also:
- Constant Field Values
OP_CONST_STRING_JUMBO
static final int OP_CONST_STRING_JUMBO
- See Also:
- Constant Field Values
OP_CONST_CLASS
static final int OP_CONST_CLASS
- See Also:
- Constant Field Values
OP_MONITOR_ENTER
static final int OP_MONITOR_ENTER
- See Also:
- Constant Field Values
OP_MONITOR_EXIT
static final int OP_MONITOR_EXIT
- See Also:
- Constant Field Values
OP_CHECK_CAST
static final int OP_CHECK_CAST
- See Also:
- Constant Field Values
OP_INSTANCE_OF
static final int OP_INSTANCE_OF
- See Also:
- Constant Field Values
OP_ARRAY_LENGTH
static final int OP_ARRAY_LENGTH
- See Also:
- Constant Field Values
OP_NEW_INSTANCE
static final int OP_NEW_INSTANCE
- See Also:
- Constant Field Values
OP_NEW_ARRAY
static final int OP_NEW_ARRAY
- See Also:
- Constant Field Values
OP_FILLED_NEW_ARRAY
static final int OP_FILLED_NEW_ARRAY
- See Also:
- Constant Field Values
OP_FILLED_NEW_ARRAY_RANGE
static final int OP_FILLED_NEW_ARRAY_RANGE
- See Also:
- Constant Field Values
OP_FILL_ARRAY_DATA
static final int OP_FILL_ARRAY_DATA
- See Also:
- Constant Field Values
OP_THROW
static final int OP_THROW
- See Also:
- Constant Field Values
OP_GOTO
static final int OP_GOTO
- See Also:
- Constant Field Values
OP_GOTO_16
static final int OP_GOTO_16
- See Also:
- Constant Field Values
OP_GOTO_32
static final int OP_GOTO_32
- See Also:
- Constant Field Values
OP_PACKED_SWITCH
static final int OP_PACKED_SWITCH
- See Also:
- Constant Field Values
OP_SPARSE_SWITCH
static final int OP_SPARSE_SWITCH
- See Also:
- Constant Field Values
OP_CMPL_FLOAT
static final int OP_CMPL_FLOAT
- See Also:
- Constant Field Values
OP_CMPG_FLOAT
static final int OP_CMPG_FLOAT
- See Also:
- Constant Field Values
OP_CMPL_DOUBLE
static final int OP_CMPL_DOUBLE
- See Also:
- Constant Field Values
OP_CMPG_DOUBLE
static final int OP_CMPG_DOUBLE
- See Also:
- Constant Field Values
OP_CMP_LONG
static final int OP_CMP_LONG
- See Also:
- Constant Field Values
OP_IF_EQ
static final int OP_IF_EQ
- See Also:
- Constant Field Values
OP_IF_NE
static final int OP_IF_NE
- See Also:
- Constant Field Values
OP_IF_LT
static final int OP_IF_LT
- See Also:
- Constant Field Values
OP_IF_GE
static final int OP_IF_GE
- See Also:
- Constant Field Values
OP_IF_GT
static final int OP_IF_GT
- See Also:
- Constant Field Values
OP_IF_LE
static final int OP_IF_LE
- See Also:
- Constant Field Values
OP_IF_EQZ
static final int OP_IF_EQZ
- See Also:
- Constant Field Values
OP_IF_NEZ
static final int OP_IF_NEZ
- See Also:
- Constant Field Values
OP_IF_LTZ
static final int OP_IF_LTZ
- See Also:
- Constant Field Values
OP_IF_GEZ
static final int OP_IF_GEZ
- See Also:
- Constant Field Values
OP_IF_GTZ
static final int OP_IF_GTZ
- See Also:
- Constant Field Values
OP_IF_LEZ
static final int OP_IF_LEZ
- See Also:
- Constant Field Values
OP_AGET
static final int OP_AGET
- See Also:
- Constant Field Values
OP_AGET_WIDE
static final int OP_AGET_WIDE
- See Also:
- Constant Field Values
OP_AGET_OBJECT
static final int OP_AGET_OBJECT
- See Also:
- Constant Field Values
OP_AGET_BOOLEAN
static final int OP_AGET_BOOLEAN
- See Also:
- Constant Field Values
OP_AGET_BYTE
static final int OP_AGET_BYTE
- See Also:
- Constant Field Values
OP_AGET_CHAR
static final int OP_AGET_CHAR
- See Also:
- Constant Field Values
OP_AGET_SHORT
static final int OP_AGET_SHORT
- See Also:
- Constant Field Values
OP_APUT
static final int OP_APUT
- See Also:
- Constant Field Values
OP_APUT_WIDE
static final int OP_APUT_WIDE
- See Also:
- Constant Field Values
OP_APUT_OBJECT
static final int OP_APUT_OBJECT
- See Also:
- Constant Field Values
OP_APUT_BOOLEAN
static final int OP_APUT_BOOLEAN
- See Also:
- Constant Field Values
OP_APUT_BYTE
static final int OP_APUT_BYTE
- See Also:
- Constant Field Values
OP_APUT_CHAR
static final int OP_APUT_CHAR
- See Also:
- Constant Field Values
OP_APUT_SHORT
static final int OP_APUT_SHORT
- See Also:
- Constant Field Values
OP_IGET
static final int OP_IGET
- See Also:
- Constant Field Values
OP_IGET_WIDE
static final int OP_IGET_WIDE
- See Also:
- Constant Field Values
OP_IGET_OBJECT
static final int OP_IGET_OBJECT
- See Also:
- Constant Field Values
OP_IGET_BOOLEAN
static final int OP_IGET_BOOLEAN
- See Also:
- Constant Field Values
OP_IGET_BYTE
static final int OP_IGET_BYTE
- See Also:
- Constant Field Values
OP_IGET_CHAR
static final int OP_IGET_CHAR
- See Also:
- Constant Field Values
OP_IGET_SHORT
static final int OP_IGET_SHORT
- See Also:
- Constant Field Values
OP_IPUT
static final int OP_IPUT
- See Also:
- Constant Field Values
OP_IPUT_WIDE
static final int OP_IPUT_WIDE
- See Also:
- Constant Field Values
OP_IPUT_OBJECT
static final int OP_IPUT_OBJECT
- See Also:
- Constant Field Values
OP_IPUT_BOOLEAN
static final int OP_IPUT_BOOLEAN
- See Also:
- Constant Field Values
OP_IPUT_BYTE
static final int OP_IPUT_BYTE
- See Also:
- Constant Field Values
OP_IPUT_CHAR
static final int OP_IPUT_CHAR
- See Also:
- Constant Field Values
OP_IPUT_SHORT
static final int OP_IPUT_SHORT
- See Also:
- Constant Field Values
OP_SGET
static final int OP_SGET
- See Also:
- Constant Field Values
OP_SGET_WIDE
static final int OP_SGET_WIDE
- See Also:
- Constant Field Values
OP_SGET_OBJECT
static final int OP_SGET_OBJECT
- See Also:
- Constant Field Values
OP_SGET_BOOLEAN
static final int OP_SGET_BOOLEAN
- See Also:
- Constant Field Values
OP_SGET_BYTE
static final int OP_SGET_BYTE
- See Also:
- Constant Field Values
OP_SGET_CHAR
static final int OP_SGET_CHAR
- See Also:
- Constant Field Values
OP_SGET_SHORT
static final int OP_SGET_SHORT
- See Also:
- Constant Field Values
OP_SPUT
static final int OP_SPUT
- See Also:
- Constant Field Values
OP_SPUT_WIDE
static final int OP_SPUT_WIDE
- See Also:
- Constant Field Values
OP_SPUT_OBJECT
static final int OP_SPUT_OBJECT
- See Also:
- Constant Field Values
OP_SPUT_BOOLEAN
static final int OP_SPUT_BOOLEAN
- See Also:
- Constant Field Values
OP_SPUT_BYTE
static final int OP_SPUT_BYTE
- See Also:
- Constant Field Values
OP_SPUT_CHAR
static final int OP_SPUT_CHAR
- See Also:
- Constant Field Values
OP_SPUT_SHORT
static final int OP_SPUT_SHORT
- See Also:
- Constant Field Values
OP_INVOKE_VIRTUAL
static final int OP_INVOKE_VIRTUAL
- See Also:
- Constant Field Values
OP_INVOKE_SUPER
static final int OP_INVOKE_SUPER
- See Also:
- Constant Field Values
OP_INVOKE_DIRECT
static final int OP_INVOKE_DIRECT
- See Also:
- Constant Field Values
OP_INVOKE_STATIC
static final int OP_INVOKE_STATIC
- See Also:
- Constant Field Values
OP_INVOKE_INTERFACE
static final int OP_INVOKE_INTERFACE
- See Also:
- Constant Field Values
OP_INVOKE_VIRTUAL_RANGE
static final int OP_INVOKE_VIRTUAL_RANGE
- See Also:
- Constant Field Values
OP_INVOKE_SUPER_RANGE
static final int OP_INVOKE_SUPER_RANGE
- See Also:
- Constant Field Values
OP_INVOKE_DIRECT_RANGE
static final int OP_INVOKE_DIRECT_RANGE
- See Also:
- Constant Field Values
OP_INVOKE_STATIC_RANGE
static final int OP_INVOKE_STATIC_RANGE
- See Also:
- Constant Field Values
OP_INVOKE_INTERFACE_RANGE
static final int OP_INVOKE_INTERFACE_RANGE
- See Also:
- Constant Field Values
OP_NEG_INT
static final int OP_NEG_INT
- See Also:
- Constant Field Values
OP_NOT_INT
static final int OP_NOT_INT
- See Also:
- Constant Field Values
OP_NEG_LONG
static final int OP_NEG_LONG
- See Also:
- Constant Field Values
OP_NOT_LONG
static final int OP_NOT_LONG
- See Also:
- Constant Field Values
OP_NEG_FLOAT
static final int OP_NEG_FLOAT
- See Also:
- Constant Field Values
OP_NEG_DOUBLE
static final int OP_NEG_DOUBLE
- See Also:
- Constant Field Values
OP_INT_TO_LONG
static final int OP_INT_TO_LONG
- See Also:
- Constant Field Values
OP_INT_TO_FLOAT
static final int OP_INT_TO_FLOAT
- See Also:
- Constant Field Values
OP_INT_TO_DOUBLE
static final int OP_INT_TO_DOUBLE
- See Also:
- Constant Field Values
OP_LONG_TO_INT
static final int OP_LONG_TO_INT
- See Also:
- Constant Field Values
OP_LONG_TO_FLOAT
static final int OP_LONG_TO_FLOAT
- See Also:
- Constant Field Values
OP_LONG_TO_DOUBLE
static final int OP_LONG_TO_DOUBLE
- See Also:
- Constant Field Values
OP_FLOAT_TO_INT
static final int OP_FLOAT_TO_INT
- See Also:
- Constant Field Values
OP_FLOAT_TO_LONG
static final int OP_FLOAT_TO_LONG
- See Also:
- Constant Field Values
OP_FLOAT_TO_DOUBLE
static final int OP_FLOAT_TO_DOUBLE
- See Also:
- Constant Field Values
OP_DOUBLE_TO_INT
static final int OP_DOUBLE_TO_INT
- See Also:
- Constant Field Values
OP_DOUBLE_TO_LONG
static final int OP_DOUBLE_TO_LONG
- See Also:
- Constant Field Values
OP_DOUBLE_TO_FLOAT
static final int OP_DOUBLE_TO_FLOAT
- See Also:
- Constant Field Values
OP_INT_TO_BYTE
static final int OP_INT_TO_BYTE
- See Also:
- Constant Field Values
OP_INT_TO_CHAR
static final int OP_INT_TO_CHAR
- See Also:
- Constant Field Values
OP_INT_TO_SHORT
static final int OP_INT_TO_SHORT
- See Also:
- Constant Field Values
OP_ADD_INT
static final int OP_ADD_INT
- See Also:
- Constant Field Values
OP_SUB_INT
static final int OP_SUB_INT
- See Also:
- Constant Field Values
OP_MUL_INT
static final int OP_MUL_INT
- See Also:
- Constant Field Values
OP_DIV_INT
static final int OP_DIV_INT
- See Also:
- Constant Field Values
OP_REM_INT
static final int OP_REM_INT
- See Also:
- Constant Field Values
OP_AND_INT
static final int OP_AND_INT
- See Also:
- Constant Field Values
OP_OR_INT
static final int OP_OR_INT
- See Also:
- Constant Field Values
OP_XOR_INT
static final int OP_XOR_INT
- See Also:
- Constant Field Values
OP_SHL_INT
static final int OP_SHL_INT
- See Also:
- Constant Field Values
OP_SHR_INT
static final int OP_SHR_INT
- See Also:
- Constant Field Values
OP_USHR_INT
static final int OP_USHR_INT
- See Also:
- Constant Field Values
OP_ADD_LONG
static final int OP_ADD_LONG
- See Also:
- Constant Field Values
OP_SUB_LONG
static final int OP_SUB_LONG
- See Also:
- Constant Field Values
OP_MUL_LONG
static final int OP_MUL_LONG
- See Also:
- Constant Field Values
OP_DIV_LONG
static final int OP_DIV_LONG
- See Also:
- Constant Field Values
OP_REM_LONG
static final int OP_REM_LONG
- See Also:
- Constant Field Values
OP_AND_LONG
static final int OP_AND_LONG
- See Also:
- Constant Field Values
OP_OR_LONG
static final int OP_OR_LONG
- See Also:
- Constant Field Values
OP_XOR_LONG
static final int OP_XOR_LONG
- See Also:
- Constant Field Values
OP_SHL_LONG
static final int OP_SHL_LONG
- See Also:
- Constant Field Values
OP_SHR_LONG
static final int OP_SHR_LONG
- See Also:
- Constant Field Values
OP_USHR_LONG
static final int OP_USHR_LONG
- See Also:
- Constant Field Values
OP_ADD_FLOAT
static final int OP_ADD_FLOAT
- See Also:
- Constant Field Values
OP_SUB_FLOAT
static final int OP_SUB_FLOAT
- See Also:
- Constant Field Values
OP_MUL_FLOAT
static final int OP_MUL_FLOAT
- See Also:
- Constant Field Values
OP_DIV_FLOAT
static final int OP_DIV_FLOAT
- See Also:
- Constant Field Values
OP_REM_FLOAT
static final int OP_REM_FLOAT
- See Also:
- Constant Field Values
OP_ADD_DOUBLE
static final int OP_ADD_DOUBLE
- See Also:
- Constant Field Values
OP_SUB_DOUBLE
static final int OP_SUB_DOUBLE
- See Also:
- Constant Field Values
OP_MUL_DOUBLE
static final int OP_MUL_DOUBLE
- See Also:
- Constant Field Values
OP_DIV_DOUBLE
static final int OP_DIV_DOUBLE
- See Also:
- Constant Field Values
OP_REM_DOUBLE
static final int OP_REM_DOUBLE
- See Also:
- Constant Field Values
OP_ADD_INT_2ADDR
static final int OP_ADD_INT_2ADDR
- See Also:
- Constant Field Values
OP_SUB_INT_2ADDR
static final int OP_SUB_INT_2ADDR
- See Also:
- Constant Field Values
OP_MUL_INT_2ADDR
static final int OP_MUL_INT_2ADDR
- See Also:
- Constant Field Values
OP_DIV_INT_2ADDR
static final int OP_DIV_INT_2ADDR
- See Also:
- Constant Field Values
OP_REM_INT_2ADDR
static final int OP_REM_INT_2ADDR
- See Also:
- Constant Field Values
OP_AND_INT_2ADDR
static final int OP_AND_INT_2ADDR
- See Also:
- Constant Field Values
OP_OR_INT_2ADDR
static final int OP_OR_INT_2ADDR
- See Also:
- Constant Field Values
OP_XOR_INT_2ADDR
static final int OP_XOR_INT_2ADDR
- See Also:
- Constant Field Values
OP_SHL_INT_2ADDR
static final int OP_SHL_INT_2ADDR
- See Also:
- Constant Field Values
OP_SHR_INT_2ADDR
static final int OP_SHR_INT_2ADDR
- See Also:
- Constant Field Values
OP_USHR_INT_2ADDR
static final int OP_USHR_INT_2ADDR
- See Also:
- Constant Field Values
OP_ADD_LONG_2ADDR
static final int OP_ADD_LONG_2ADDR
- See Also:
- Constant Field Values
OP_SUB_LONG_2ADDR
static final int OP_SUB_LONG_2ADDR
- See Also:
- Constant Field Values
OP_MUL_LONG_2ADDR
static final int OP_MUL_LONG_2ADDR
- See Also:
- Constant Field Values
OP_DIV_LONG_2ADDR
static final int OP_DIV_LONG_2ADDR
- See Also:
- Constant Field Values
OP_REM_LONG_2ADDR
static final int OP_REM_LONG_2ADDR
- See Also:
- Constant Field Values
OP_AND_LONG_2ADDR
static final int OP_AND_LONG_2ADDR
- See Also:
- Constant Field Values
OP_OR_LONG_2ADDR
static final int OP_OR_LONG_2ADDR
- See Also:
- Constant Field Values
OP_XOR_LONG_2ADDR
static final int OP_XOR_LONG_2ADDR
- See Also:
- Constant Field Values
OP_SHL_LONG_2ADDR
static final int OP_SHL_LONG_2ADDR
- See Also:
- Constant Field Values
OP_SHR_LONG_2ADDR
static final int OP_SHR_LONG_2ADDR
- See Also:
- Constant Field Values
OP_USHR_LONG_2ADDR
static final int OP_USHR_LONG_2ADDR
- See Also:
- Constant Field Values
OP_ADD_FLOAT_2ADDR
static final int OP_ADD_FLOAT_2ADDR
- See Also:
- Constant Field Values
OP_SUB_FLOAT_2ADDR
static final int OP_SUB_FLOAT_2ADDR
- See Also:
- Constant Field Values
OP_MUL_FLOAT_2ADDR
static final int OP_MUL_FLOAT_2ADDR
- See Also:
- Constant Field Values
OP_DIV_FLOAT_2ADDR
static final int OP_DIV_FLOAT_2ADDR
- See Also:
- Constant Field Values
OP_REM_FLOAT_2ADDR
static final int OP_REM_FLOAT_2ADDR
- See Also:
- Constant Field Values
OP_ADD_DOUBLE_2ADDR
static final int OP_ADD_DOUBLE_2ADDR
- See Also:
- Constant Field Values
OP_SUB_DOUBLE_2ADDR
static final int OP_SUB_DOUBLE_2ADDR
- See Also:
- Constant Field Values
OP_MUL_DOUBLE_2ADDR
static final int OP_MUL_DOUBLE_2ADDR
- See Also:
- Constant Field Values
OP_DIV_DOUBLE_2ADDR
static final int OP_DIV_DOUBLE_2ADDR
- See Also:
- Constant Field Values
OP_REM_DOUBLE_2ADDR
static final int OP_REM_DOUBLE_2ADDR
- See Also:
- Constant Field Values
OP_ADD_INT_LIT16
static final int OP_ADD_INT_LIT16
- See Also:
- Constant Field Values
OP_RSUB_INT
static final int OP_RSUB_INT
- See Also:
- Constant Field Values
OP_MUL_INT_LIT16
static final int OP_MUL_INT_LIT16
- See Also:
- Constant Field Values
OP_DIV_INT_LIT16
static final int OP_DIV_INT_LIT16
- See Also:
- Constant Field Values
OP_REM_INT_LIT16
static final int OP_REM_INT_LIT16
- See Also:
- Constant Field Values
OP_AND_INT_LIT16
static final int OP_AND_INT_LIT16
- See Also:
- Constant Field Values
OP_OR_INT_LIT16
static final int OP_OR_INT_LIT16
- See Also:
- Constant Field Values
OP_XOR_INT_LIT16
static final int OP_XOR_INT_LIT16
- See Also:
- Constant Field Values
OP_ADD_INT_LIT8
static final int OP_ADD_INT_LIT8
- See Also:
- Constant Field Values
OP_RSUB_INT_LIT8
static final int OP_RSUB_INT_LIT8
- See Also:
- Constant Field Values
OP_MUL_INT_LIT8
static final int OP_MUL_INT_LIT8
- See Also:
- Constant Field Values
OP_DIV_INT_LIT8
static final int OP_DIV_INT_LIT8
- See Also:
- Constant Field Values
OP_REM_INT_LIT8
static final int OP_REM_INT_LIT8
- See Also:
- Constant Field Values
OP_AND_INT_LIT8
static final int OP_AND_INT_LIT8
- See Also:
- Constant Field Values
OP_OR_INT_LIT8
static final int OP_OR_INT_LIT8
- See Also:
- Constant Field Values
OP_XOR_INT_LIT8
static final int OP_XOR_INT_LIT8
- See Also:
- Constant Field Values
OP_SHL_INT_LIT8
static final int OP_SHL_INT_LIT8
- See Also:
- Constant Field Values
OP_SHR_INT_LIT8
static final int OP_SHR_INT_LIT8
- See Also:
- Constant Field Values
OP_USHR_INT_LIT8
static final int OP_USHR_INT_LIT8
- See Also:
- Constant Field Values
OP_CONST_CLASS_JUMBO
static final int OP_CONST_CLASS_JUMBO
- See Also:
- Constant Field Values
OP_CHECK_CAST_JUMBO
static final int OP_CHECK_CAST_JUMBO
- See Also:
- Constant Field Values
OP_INSTANCE_OF_JUMBO
static final int OP_INSTANCE_OF_JUMBO
- See Also:
- Constant Field Values
OP_NEW_INSTANCE_JUMBO
static final int OP_NEW_INSTANCE_JUMBO
- See Also:
- Constant Field Values
OP_NEW_ARRAY_JUMBO
static final int OP_NEW_ARRAY_JUMBO
- See Also:
- Constant Field Values
OP_FILLED_NEW_ARRAY_JUMBO
static final int OP_FILLED_NEW_ARRAY_JUMBO
- See Also:
- Constant Field Values
OP_IGET_JUMBO
static final int OP_IGET_JUMBO
- See Also:
- Constant Field Values
OP_IGET_WIDE_JUMBO
static final int OP_IGET_WIDE_JUMBO
- See Also:
- Constant Field Values
OP_IGET_OBJECT_JUMBO
static final int OP_IGET_OBJECT_JUMBO
- See Also:
- Constant Field Values
OP_IGET_BOOLEAN_JUMBO
static final int OP_IGET_BOOLEAN_JUMBO
- See Also:
- Constant Field Values
OP_IGET_BYTE_JUMBO
static final int OP_IGET_BYTE_JUMBO
- See Also:
- Constant Field Values
OP_IGET_CHAR_JUMBO
static final int OP_IGET_CHAR_JUMBO
- See Also:
- Constant Field Values
OP_IGET_SHORT_JUMBO
static final int OP_IGET_SHORT_JUMBO
- See Also:
- Constant Field Values
OP_IPUT_JUMBO
static final int OP_IPUT_JUMBO
- See Also:
- Constant Field Values
OP_IPUT_WIDE_JUMBO
static final int OP_IPUT_WIDE_JUMBO
- See Also:
- Constant Field Values
OP_IPUT_OBJECT_JUMBO
static final int OP_IPUT_OBJECT_JUMBO
- See Also:
- Constant Field Values
OP_IPUT_BOOLEAN_JUMBO
static final int OP_IPUT_BOOLEAN_JUMBO
- See Also:
- Constant Field Values
OP_IPUT_BYTE_JUMBO
static final int OP_IPUT_BYTE_JUMBO
- See Also:
- Constant Field Values
OP_IPUT_CHAR_JUMBO
static final int OP_IPUT_CHAR_JUMBO
- See Also:
- Constant Field Values
OP_IPUT_SHORT_JUMBO
static final int OP_IPUT_SHORT_JUMBO
- See Also:
- Constant Field Values
OP_SGET_JUMBO
static final int OP_SGET_JUMBO
- See Also:
- Constant Field Values
OP_SGET_WIDE_JUMBO
static final int OP_SGET_WIDE_JUMBO
- See Also:
- Constant Field Values
OP_SGET_OBJECT_JUMBO
static final int OP_SGET_OBJECT_JUMBO
- See Also:
- Constant Field Values
OP_SGET_BOOLEAN_JUMBO
static final int OP_SGET_BOOLEAN_JUMBO
- See Also:
- Constant Field Values
OP_SGET_BYTE_JUMBO
static final int OP_SGET_BYTE_JUMBO
- See Also:
- Constant Field Values
OP_SGET_CHAR_JUMBO
static final int OP_SGET_CHAR_JUMBO
- See Also:
- Constant Field Values
OP_SGET_SHORT_JUMBO
static final int OP_SGET_SHORT_JUMBO
- See Also:
- Constant Field Values
OP_SPUT_JUMBO
static final int OP_SPUT_JUMBO
- See Also:
- Constant Field Values
OP_SPUT_WIDE_JUMBO
static final int OP_SPUT_WIDE_JUMBO
- See Also:
- Constant Field Values
OP_SPUT_OBJECT_JUMBO
static final int OP_SPUT_OBJECT_JUMBO
- See Also:
- Constant Field Values
OP_SPUT_BOOLEAN_JUMBO
static final int OP_SPUT_BOOLEAN_JUMBO
- See Also:
- Constant Field Values
OP_SPUT_BYTE_JUMBO
static final int OP_SPUT_BYTE_JUMBO
- See Also:
- Constant Field Values
OP_SPUT_CHAR_JUMBO
static final int OP_SPUT_CHAR_JUMBO
- See Also:
- Constant Field Values
OP_SPUT_SHORT_JUMBO
static final int OP_SPUT_SHORT_JUMBO
- See Also:
- Constant Field Values
OP_INVOKE_VIRTUAL_JUMBO
static final int OP_INVOKE_VIRTUAL_JUMBO
- See Also:
- Constant Field Values
OP_INVOKE_SUPER_JUMBO
static final int OP_INVOKE_SUPER_JUMBO
- See Also:
- Constant Field Values
OP_INVOKE_DIRECT_JUMBO
static final int OP_INVOKE_DIRECT_JUMBO
- See Also:
- Constant Field Values
OP_INVOKE_STATIC_JUMBO
static final int OP_INVOKE_STATIC_JUMBO
- See Also:
- Constant Field Values
OP_INVOKE_INTERFACE_JUMBO
static final int OP_INVOKE_INTERFACE_JUMBO
- See Also:
- Constant Field Values
OP_IGET_WIDE_VOLATILE
static final int OP_IGET_WIDE_VOLATILE
- See Also:
- Constant Field Values
OP_IPUT_WIDE_VOLATILE
static final int OP_IPUT_WIDE_VOLATILE
- See Also:
- Constant Field Values
OP_SGET_WIDE_VOLATILE
static final int OP_SGET_WIDE_VOLATILE
- See Also:
- Constant Field Values
OP_SPUT_WIDE_VOLATILE
static final int OP_SPUT_WIDE_VOLATILE
- See Also:
- Constant Field Values
OP_BREAKPOINT
static final int OP_BREAKPOINT
- See Also:
- Constant Field Values
OP_THROW_VERIFICATION_ERROR
static final int OP_THROW_VERIFICATION_ERROR
- See Also:
- Constant Field Values
OP_EXECUTE_INLINE
static final int OP_EXECUTE_INLINE
- See Also:
- Constant Field Values
OP_EXECUTE_INLINE_RANGE
static final int OP_EXECUTE_INLINE_RANGE
- See Also:
- Constant Field Values
OP_INVOKE_DIRECT_EMPTY
static final int OP_INVOKE_DIRECT_EMPTY
- See Also:
- Constant Field Values
OP_IGET_QUICK
static final int OP_IGET_QUICK
- See Also:
- Constant Field Values
OP_IGET_WIDE_QUICK
static final int OP_IGET_WIDE_QUICK
- See Also:
- Constant Field Values
OP_IGET_OBJECT_QUICK
static final int OP_IGET_OBJECT_QUICK
- See Also:
- Constant Field Values
OP_IPUT_QUICK
static final int OP_IPUT_QUICK
- See Also:
- Constant Field Values
OP_IPUT_WIDE_QUICK
static final int OP_IPUT_WIDE_QUICK
- See Also:
- Constant Field Values
OP_IPUT_OBJECT_QUICK
static final int OP_IPUT_OBJECT_QUICK
- See Also:
- Constant Field Values
OP_INVOKE_VIRTUAL_QUICK
static final int OP_INVOKE_VIRTUAL_QUICK
- See Also:
- Constant Field Values
OP_INVOKE_VIRTUAL_QUICK_RANGE
static final int OP_INVOKE_VIRTUAL_QUICK_RANGE
- See Also:
- Constant Field Values
OP_INVOKE_SUPER_QUICK
static final int OP_INVOKE_SUPER_QUICK
- See Also:
- Constant Field Values
OP_INVOKE_SUPER_QUICK_RANGE
static final int OP_INVOKE_SUPER_QUICK_RANGE
- See Also:
- Constant Field Values
Copyright © 2008-2012. All Rights Reserved.