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 34f4af8..4e365be 100644 --- a/runtime/modifiers.h +++ b/runtime/modifiers.h @@ -46,6 +46,7 @@ static const uint32_t kAccConstructor = 0x00010000; // method (dex only) <init> static const uint32_t kAccDeclaredSynchronized = 0x00020000; // method (dex only) 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) // Special runtime-only flags. // Note: if only kAccClassIsReference is set, we have a soft reference. |