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

  /art/runtime/jdwp/
jdwp.h 55 * ObjectId and RefTypeId must be the same size.
61 typedef uint64_t ObjectId; /* any object (threadID, stringID, arrayID, etc) */
62 typedef uint64_t RefTypeId; /* like ObjectID, but unique for Class objects */
65 ObjectId ReadObjectId(const uint8_t** pBuf);
69 static inline void SetObjectId(uint8_t* buf, ObjectId val) { return Set8BE(buf, val); }
74 static inline void expandBufAddObjectId(ExpandBuf* pReply, ObjectId id) { expandBufAdd8BE(pReply, id); }
173 void AcquireJdwpTokenForEvent(ObjectId threadId) REQUIRES(!jdwp_token_lock_);
311 void SuspendByPolicy(JdwpSuspendPolicy suspend_policy, JDWP::ObjectId thread_self_id)
314 ObjectId threadId)
358 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 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 1835 milliseconds