Searched defs:RefTypeId (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jdwp/
H A Djdwp.h52 * ObjectId and RefTypeId must be the same size.
57 typedef uint64_t RefTypeId; /* like ObjectID, but unique for Class objects */ typedef in namespace:art::JDWP
65 static inline void SetRefTypeId(uint8_t* buf, RefTypeId val) { return Set8BE(buf, val); }
70 static inline void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) { expandBufAdd8BE(pReply, id); }
83 RefTypeId class_id;
388 std::string DescribeRefTypeId(const RefTypeId& ref_type_id) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
418 RefTypeId ReadRefTypeId() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);

Completed in 29 milliseconds