summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorAndy McFadden <fadden@android.com>2009-12-04 13:42:38 -0800
committerAndy McFadden <fadden@android.com>2009-12-04 13:42:38 -0800
commite35cfda3ae0be72a4ca1a18a81bf51fad901709a (patch)
treed8f7cb02ee101687556938b9946489d420947a14 /api
parent840459e843ad57ce00fe15e00f3bffac2c053d24 (diff)
downloadframeworks_base-e35cfda3ae0be72a4ca1a18a81bf51fad901709a.zip
frameworks_base-e35cfda3ae0be72a4ca1a18a81bf51fad901709a.tar.gz
frameworks_base-e35cfda3ae0be72a4ca1a18a81bf51fad901709a.tar.bz2
Add new(-ish) Dalvik opcodes to Opcodes.java.
This is a public API change.
Diffstat (limited to 'api')
-rw-r--r--api/current.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml
index 21970f9..b48edb0 100644
--- a/api/current.xml
+++ b/api/current.xml
@@ -205492,6 +205492,17 @@
visibility="public"
>
</field>
+<field name="OP_BREAKPOINT"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="236"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="OP_CHECK_CAST"
type="int"
transient="false"
@@ -205833,6 +205844,17 @@
visibility="public"
>
</field>
+<field name="OP_EXECUTE_INLINE_RANGE"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="239"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="OP_FILLED_NEW_ARRAY"
type="int"
transient="false"
@@ -207560,6 +207582,17 @@
visibility="public"
>
</field>
+<field name="OP_THROW_VERIFICATION_ERROR"
+ type="int"
+ transient="false"
+ volatile="false"
+ value="237"
+ static="true"
+ final="true"
+ deprecated="not deprecated"
+ visibility="public"
+>
+</field>
<field name="OP_USHR_INT"
type="int"
transient="false"