Interface dalvik.bytecode.Opcodes

Added Fields
int  OP_CHECK_CAST_JUMBO  
int  OP_CONST_CLASS_JUMBO  
int  OP_FILLED_NEW_ARRAY_JUMBO  
int  OP_IGET_BOOLEAN_JUMBO  
int  OP_IGET_BYTE_JUMBO  
int  OP_IGET_CHAR_JUMBO  
int  OP_IGET_JUMBO  
int  OP_IGET_OBJECT_JUMBO  
int  OP_IGET_SHORT_JUMBO  
int  OP_IGET_WIDE_JUMBO  
int  OP_INSTANCE_OF_JUMBO  
int  OP_INVOKE_DIRECT_JUMBO  
int  OP_INVOKE_INTERFACE_JUMBO  
int  OP_INVOKE_STATIC_JUMBO  
int  OP_INVOKE_SUPER_JUMBO  
int  OP_INVOKE_VIRTUAL_JUMBO  
int  OP_IPUT_BOOLEAN_JUMBO  
int  OP_IPUT_BYTE_JUMBO  
int  OP_IPUT_CHAR_JUMBO  
int  OP_IPUT_JUMBO  
int  OP_IPUT_OBJECT_JUMBO  
int  OP_IPUT_SHORT_JUMBO  
int  OP_IPUT_WIDE_JUMBO  
int  OP_NEW_ARRAY_JUMBO  
int  OP_NEW_INSTANCE_JUMBO  
int  OP_SGET_BOOLEAN_JUMBO  
int  OP_SGET_BYTE_JUMBO  
int  OP_SGET_CHAR_JUMBO  
int  OP_SGET_JUMBO  
int  OP_SGET_OBJECT_JUMBO  
int  OP_SGET_SHORT_JUMBO  
int  OP_SGET_WIDE_JUMBO  
int  OP_SPUT_BOOLEAN_JUMBO  
int  OP_SPUT_BYTE_JUMBO  
int  OP_SPUT_CHAR_JUMBO  
int  OP_SPUT_JUMBO  
int  OP_SPUT_OBJECT_JUMBO  
int  OP_SPUT_SHORT_JUMBO  
int  OP_SPUT_WIDE_JUMBO  
 

Changed Fields
int  OP_BREAKPOINT Now deprecated.
 
int  OP_EXECUTE_INLINE Now deprecated.
 
int  OP_EXECUTE_INLINE_RANGE Now deprecated.
 
int  OP_IGET_OBJECT_QUICK Now deprecated.
 
int  OP_IGET_QUICK Now deprecated.
 
int  OP_IGET_WIDE_QUICK Now deprecated.
 
int  OP_IGET_WIDE_VOLATILE Now deprecated.
 
int  OP_INVOKE_DIRECT_EMPTY Now deprecated.
 
int  OP_INVOKE_SUPER_QUICK Now deprecated.
 
int  OP_INVOKE_SUPER_QUICK_RANGE Now deprecated.
 
int  OP_INVOKE_VIRTUAL_QUICK Now deprecated.
 
int  OP_INVOKE_VIRTUAL_QUICK_RANGE Now deprecated.
 
int  OP_IPUT_OBJECT_QUICK Now deprecated.
 
int  OP_IPUT_QUICK Now deprecated.
 
int  OP_IPUT_WIDE_QUICK Now deprecated.
 
int  OP_IPUT_WIDE_VOLATILE Now deprecated.
 
int  OP_SGET_WIDE_VOLATILE Now deprecated.
 
int  OP_SPUT_WIDE_VOLATILE Now deprecated.
 
int  OP_THROW_VERIFICATION_ERROR Now deprecated.
 
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.