diff options
author | 2017-02-06 10:43:22 +0000 | |
---|---|---|
committer | 2017-02-06 10:43:22 +0000 | |
commit | 633d8c12dbf1e439400e907cbf2bc5c3f4ce1f43 (patch) | |
tree | 208ed78b12b243957ba55fb0fdf1a31f32305ae8 | |
parent | 5ab6c2f2910781f9c5678a82adceff65064c3b02 (diff) | |
parent | 4fc15223c2b8a480962aa54f4bda759cc475df86 (diff) |
Merge "Add bytecodes for invoke-polymorphic" am: ef59955f58 am: dcaa9fd642
am: 4fc15223c2
Change-Id: I022d1917400ea9e694cc58743ca345ac58fe0379
-rw-r--r-- | api/current.txt | 2 | ||||
-rw-r--r-- | api/system-current.txt | 2 | ||||
-rw-r--r-- | api/test-current.txt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 970435462b47..73d0ddbbe429 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49034,6 +49034,8 @@ package dalvik.bytecode { field public static final int OP_INVOKE_INTERFACE = 114; // 0x72 field public static final int OP_INVOKE_INTERFACE_JUMBO = 9983; // 0x26ff field public static final int OP_INVOKE_INTERFACE_RANGE = 120; // 0x78 + field public static final int OP_INVOKE_POLYMORPHIC = 250; // 0xfa + field public static final int OP_INVOKE_POLYMORPHIC_RANGE = 251; // 0xfb field public static final int OP_INVOKE_STATIC = 113; // 0x71 field public static final int OP_INVOKE_STATIC_JUMBO = 9727; // 0x25ff field public static final int OP_INVOKE_STATIC_RANGE = 119; // 0x77 diff --git a/api/system-current.txt b/api/system-current.txt index f99039bf707b..3386b78540a1 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -52655,6 +52655,8 @@ package dalvik.bytecode { field public static final int OP_INVOKE_INTERFACE = 114; // 0x72 field public static final int OP_INVOKE_INTERFACE_JUMBO = 9983; // 0x26ff field public static final int OP_INVOKE_INTERFACE_RANGE = 120; // 0x78 + field public static final int OP_INVOKE_POLYMORPHIC = 250; // 0xfa + field public static final int OP_INVOKE_POLYMORPHIC_RANGE = 251; // 0xfb field public static final int OP_INVOKE_STATIC = 113; // 0x71 field public static final int OP_INVOKE_STATIC_JUMBO = 9727; // 0x25ff field public static final int OP_INVOKE_STATIC_RANGE = 119; // 0x77 diff --git a/api/test-current.txt b/api/test-current.txt index d73321da85c7..efc8cedbfe32 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -49127,6 +49127,8 @@ package dalvik.bytecode { field public static final int OP_INVOKE_INTERFACE = 114; // 0x72 field public static final int OP_INVOKE_INTERFACE_JUMBO = 9983; // 0x26ff field public static final int OP_INVOKE_INTERFACE_RANGE = 120; // 0x78 + field public static final int OP_INVOKE_POLYMORPHIC = 250; // 0xfa + field public static final int OP_INVOKE_POLYMORPHIC_RANGE = 251; // 0xfb field public static final int OP_INVOKE_STATIC = 113; // 0x71 field public static final int OP_INVOKE_STATIC_JUMBO = 9727; // 0x25ff field public static final int OP_INVOKE_STATIC_RANGE = 119; // 0x77 |