From f343d3df0070f2e192da0e9bc4f70f2aa38e179f Mon Sep 17 00:00:00 2001 From: Dirk Dougherty Date: Tue, 8 Feb 2011 11:42:32 -0800 Subject: Doc change: add diff report for API 11 Change-Id: I4cd673d1316e6f7b81ec56510029b738cd12a295 --- .../11/changes/dalvik.bytecode.Opcodes.html | 567 +++++++++++++++++++++ 1 file changed, 567 insertions(+) create mode 100644 docs/html/sdk/api_diff/11/changes/dalvik.bytecode.Opcodes.html (limited to 'docs/html/sdk/api_diff/11/changes/dalvik.bytecode.Opcodes.html') diff --git a/docs/html/sdk/api_diff/11/changes/dalvik.bytecode.Opcodes.html b/docs/html/sdk/api_diff/11/changes/dalvik.bytecode.Opcodes.html new file mode 100644 index 0000000..e91f266 --- /dev/null +++ b/docs/html/sdk/api_diff/11/changes/dalvik.bytecode.Opcodes.html @@ -0,0 +1,567 @@ + + + + + + + + + +dalvik.bytecode.Opcodes + + + + + + + + + + +
+
+
+

+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.
+
 
+  +

+ +
+
+ + + + -- cgit v1.1