Lines Matching refs:flags
69 /* vm-internal access flags and related definitions */
75 /* Use the top 16 bits of the access flags field for
76 * other class flags. Code should use the *CLASS_FLAG*()
77 * macros to set/get these flags.
95 /* bits we can reasonably expect to see set in a DEX access flags field */
100 * Get/set class flags.
111 #define GET_CLASS_FLAG_GROUP(clazz, flags) \
112 ((u4)((clazz)->accessFlags & (flags)))
115 * Use the top 16 bits of the access flags field for other method flags.
116 * Code should use the *METHOD_FLAG*() macros to set/get these flags.
123 * Get/set method flags.
134 #define GET_METHOD_FLAG_GROUP(method, flags) \
135 ((u4)((method)->accessFlags & (flags)))
399 /* access flags; low 16 bits are defined by VM spec */
531 /* access flags; low 16 bits are defined by spec (could be u2?) */