Lines Matching refs:ObjectId
44 * ObjectId and RefTypeId must be the same size.
48 typedef uint64_t ObjectId; /* any object (threadID, stringID, arrayID, etc) */
49 typedef uint64_t RefTypeId; /* like ObjectID, but unique for Class objects */
52 ObjectId ReadObjectId(const uint8_t** pBuf);
56 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); }
61 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, id); }
155 // ObjectId GetWaitForEventThread();
156 void SetWaitForEventThread(ObjectId threadId);
189 bool PostLocationEvent(const JdwpLocation* pLoc, ObjectId thisPtr, int eventFlags)
197 bool PostException(const JdwpLocation* pThrowLoc, ObjectId excepId, RefTypeId excepClassId,
198 const JdwpLocation* pCatchLoc, ObjectId thisPtr)
204 bool PostThreadChange(ObjectId threadId, bool start)
273 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)
276 ObjectId threadId)
306 ObjectId debug_thread_id_;
335 ObjectId event_thread_id_;
365 ObjectId ReadObjectId(const char* specific_kind);
367 ObjectId ReadArrayId();
369 ObjectId ReadObjectId();
371 ObjectId ReadThreadId();
373 ObjectId ReadThreadGroupId();