diff options
-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 |