From 26917b1543735fa445e20d1061c03218abae6029 Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Wed, 1 Feb 2017 12:02:16 +0000 Subject: [PATCH] Add bytecodes for invoke-polymorphic Bug: 30550796 Test: make Change-Id: Iacdf0f6553556f04723fd31f76642cabd74a3553 --- api/current.txt | 2 ++ api/system-current.txt | 2 ++ api/test-current.txt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/api/current.txt b/api/current.txt index 42275de653969..78fed83e9a12c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49033,6 +49033,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 6ebbee2f4e16f..82cf08e925a2d 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -52654,6 +52654,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 40085a26ef5da..a8d5ad2a35ca5 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -49124,6 +49124,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