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

/dalvik/vm/jdwp/
H A DJdwp.h41 typedef u4 MethodId; /* any kind of method, including constructors */ typedef
51 INLINE MethodId dvmReadMethodId(const u1** pBuf) { return read4BE(pBuf); }
56 INLINE void dvmSetMethodId(u1* buf, MethodId val) { return set4BE(buf, val); }
63 INLINE void expandBufAddMethodId(ExpandBuf* pReply, MethodId id) {
83 MethodId methodId; /* method in which "idx" resides */

Completed in 146 milliseconds