Lines Matching refs:ObjectId
56 typedef uint64_t ObjectId; /* any object (threadID, stringID, arrayID, etc) */ typedef
60 ObjectId ReadObjectId(const uint8_t** pBuf);
64 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); } in SetObjectId()
69 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, i… in expandBufAddObjectId()
169 void SetWaitForEventThread(ObjectId threadId)
305 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)
308 ObjectId threadId)
342 ObjectId debug_thread_id_;
372 ObjectId event_thread_id_;
408 ObjectId ReadObjectId(const char* specific_kind);
410 ObjectId ReadArrayId();
412 ObjectId ReadObjectId();
414 ObjectId ReadThreadId();
416 ObjectId ReadThreadGroupId();