diff options
Diffstat (limited to 'runtime/modifiers.h')
-rw-r--r-- | runtime/modifiers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/modifiers.h b/runtime/modifiers.h index 4e365be8e0..0addd51fc6 100644 --- a/runtime/modifiers.h +++ b/runtime/modifiers.h @@ -47,6 +47,7 @@ static const uint32_t kAccDeclaredSynchronized = 0x00020000; // method (dex onl static const uint32_t kAccClassIsProxy = 0x00040000; // class (dex only) static const uint32_t kAccPreverified = 0x00080000; // method (dex only) static const uint32_t kAccFastNative = 0x0080000; // method (dex only) +static const uint32_t kAccPortableCompiled = 0x0100000; // method (dex only) // Special runtime-only flags. // Note: if only kAccClassIsReference is set, we have a soft reference. |