Lines Matching refs:u4
51 typedef void (*DalvikBridgeFunc)(const u4* args, JValue* pResult,
53 typedef void (*DalvikNativeFunc)(const u4* args, JValue* pResult);
98 ((u4)((clazz)->accessFlags & (flags)))
121 ((u4)((method)->accessFlags & (flags)))
212 u4 lock;
226 /* variable #of u4 slots; u8 uses 2 slots */
227 u4 instanceData[1];
242 /* variable #of u4 slots; u8 uses 2 slots */
243 u4 instanceData[1];
271 u4 length;
302 u4 accessFlags;
305 u4 dvmGetFieldIdx(const Field* field);
351 u4 instanceData[CLASS_FIELD_SLOTS];
359 u4 accessFlags;
362 u4 serialNumber;
375 u4 initThreadId;
465 u4 refOffsets;
491 u4 accessFlags;
583 u4 dvmGetMethodIdx(const Method* method);
799 INLINE u4 dvmGetMethodInsnsSize(const Method* meth) {