Lines Matching refs:u4
40 u4 setSize;
44 INLINE void dvmAddressSetSet(AddressSet *pSet, u4 toSet)
51 INLINE bool dvmAddressSetGet(const AddressSet *pSet, u4 toGet)
92 u4 numArgs;
94 u4 options;
166 u4 dvmDbgGetAccessFlags(RefTypeId id);
168 void dvmDbgGetClassList(u4* pNumClasses, RefTypeId** pClassRefBuf);
169 void dvmDbgGetVisibleClassList(ObjectId classLoaderId, u4* pNumClasses,
171 void dvmDbgGetClassInfo(RefTypeId classId, u1* pTypeTag, u4* pStatus,
193 ObjectId dvmDbgCreateArrayObject(RefTypeId arrayTypeId, u4 length);
233 bool dvmDbgGetThreadStatus(ObjectId threadId, u4* threadStatus,
234 u4* suspendStatus);
235 u4 dvmDbgGetThreadSuspendCount(ObjectId threadId);
240 ObjectId** ppThreadIds, u4* pThreadCount);
241 void dvmDbgGetAllThreads(ObjectId** ppThreadIds, u4* pThreadCount);
286 RefTypeId classId, MethodId methodId, u4 numArgs, u8* argArray,
287 u4 options, u1* pResultTag, u8* pResultValue, ObjectId* pExceptObj);