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

/dalvik/dx/src/com/android/dx/io/
H A DMethodId.java21 public final class MethodId implements Comparable<MethodId> { class in inherits:Comparable
27 public MethodId(DexBuffer buffer, int declaringClassIndex, int protoIndex, int nameIndex) { method in class:MethodId
46 public int compareTo(MethodId other) {
/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 223 milliseconds