HomeSort by relevance Sort by last modified time
    Searched defs:ObjectId (Results 1 - 10 of 10) sorted by null

  /art/runtime/jdwp/
jdwp.h 54 * ObjectId and RefTypeId must be the same size.
60 typedef uint64_t ObjectId; /* any object (threadID, stringID, arrayID, etc) */
61 typedef uint64_t RefTypeId; /* like ObjectID, but unique for Class objects */
64 ObjectId ReadObjectId(const uint8_t** pBuf);
68 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); }
73 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, id); }
169 void AcquireJdwpTokenForEvent(ObjectId threadId) REQUIRES(!jdwp_token_lock_);
307 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)
310 ObjectId threadId)
354 void SetWaitForJdwpToken(ObjectId threadId) REQUIRES(!jdwp_token_lock_)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 617 GUID ObjectId;
ntmsapi.h     [all...]
winternl.h 551 UCHAR ObjectId[16];
    [all...]
winbase.h     [all...]
winioctl.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h     [all...]
ntifs.h     [all...]
  /prebuilts/sdk/tools/
jack-jar-tools.jar 
jack-jacoco-reporter.jar 

Completed in 939 milliseconds