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

/dalvik/vm/jdwp/
H A DJdwp.h38 * ObjectId and RefTypeId must be the same size.
43 typedef u8 RefTypeId; /* like ObjectID, but unique for Class objects */ typedef
53 INLINE RefTypeId dvmReadRefTypeId(const u1** pBuf) { return read8BE(pBuf); }
58 INLINE void dvmSetRefTypeId(u1* buf, RefTypeId val) { return set8BE(buf, val); }
69 INLINE void expandBufAddRefTypeId(ExpandBuf* pReply, RefTypeId id) {
82 RefTypeId classId; /* method->clazz */
211 ObjectId excepId, RefTypeId excepClassId, const JdwpLocation* pCatchLoc,
222 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId,

Completed in 49 milliseconds