Lines Matching refs:ObjectId
38 * ObjectId and RefTypeId must be the same size.
42 typedef u8 ObjectId; /* any object (threadID, stringID, arrayID, etc) */
43 typedef u8 RefTypeId; /* like ObjectID, but unique for Class objects */
52 INLINE ObjectId dvmReadObjectId(const u1** pBuf) { return read8BE(pBuf); }
57 INLINE void dvmSetObjectId(u1* buf, ObjectId val) { return set8BE(buf, val); }
66 INLINE void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) {
158 //ObjectId dvmJdwpGetWaitForEventThread(JdwpState* state);
159 void dvmJdwpSetWaitForEventThread(JdwpState* state, ObjectId threadId);
203 ObjectId thisPtr, int eventFlags);
211 ObjectId excepId, RefTypeId excepClassId, const JdwpLocation* pCatchLoc,
212 ObjectId thisPtr);
217 bool dvmJdwpPostThreadChange(JdwpState* state, ObjectId threadId, bool start);