From 7d1bdf837584d4b4a41c05226d091fcac020950f Mon Sep 17 00:00:00 2001 From: Orion Hodson Date: Fri, 17 Feb 2017 14:55:25 +0000 Subject: [PATCH] Update dalvik.bytecode package BUG: 33191717 Test: m checkapi Change-Id: I6af2b36573f698ae091e9d7e3f01c156549834c1 --- 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 8f102facf943f..1173dda9af213 100644 --- a/api/current.txt +++ b/api/current.txt @@ -49269,6 +49269,8 @@ package dalvik.bytecode { field public static final int OP_INT_TO_FLOAT = 130; // 0x82 field public static final int OP_INT_TO_LONG = 129; // 0x81 field public static final int OP_INT_TO_SHORT = 143; // 0x8f + field public static final int OP_INVOKE_CUSTOM = 252; // 0xfc + field public static final int OP_INVOKE_CUSTOM_RANGE = 253; // 0xfd field public static final int OP_INVOKE_DIRECT = 112; // 0x70 field public static final deprecated int OP_INVOKE_DIRECT_EMPTY = 240; // 0xf0 field public static final int OP_INVOKE_DIRECT_JUMBO = 9471; // 0x24ff diff --git a/api/system-current.txt b/api/system-current.txt index f0549df6c553b..4feda6c4f3fc5 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -52890,6 +52890,8 @@ package dalvik.bytecode { field public static final int OP_INT_TO_FLOAT = 130; // 0x82 field public static final int OP_INT_TO_LONG = 129; // 0x81 field public static final int OP_INT_TO_SHORT = 143; // 0x8f + field public static final int OP_INVOKE_CUSTOM = 252; // 0xfc + field public static final int OP_INVOKE_CUSTOM_RANGE = 253; // 0xfd field public static final int OP_INVOKE_DIRECT = 112; // 0x70 field public static final deprecated int OP_INVOKE_DIRECT_EMPTY = 240; // 0xf0 field public static final int OP_INVOKE_DIRECT_JUMBO = 9471; // 0x24ff diff --git a/api/test-current.txt b/api/test-current.txt index 57740f9510707..dfc9bb1ab130e 100644 --- a/api/test-current.txt +++ b/api/test-current.txt @@ -49360,6 +49360,8 @@ package dalvik.bytecode { field public static final int OP_INT_TO_FLOAT = 130; // 0x82 field public static final int OP_INT_TO_LONG = 129; // 0x81 field public static final int OP_INT_TO_SHORT = 143; // 0x8f + field public static final int OP_INVOKE_CUSTOM = 252; // 0xfc + field public static final int OP_INVOKE_CUSTOM_RANGE = 253; // 0xfd field public static final int OP_INVOKE_DIRECT = 112; // 0x70 field public static final deprecated int OP_INVOKE_DIRECT_EMPTY = 240; // 0xf0 field public static final int OP_INVOKE_DIRECT_JUMBO = 9471; // 0x24ff