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

/dalvik/dx/src/com/android/dx/io/
H A DFieldId.java21 public final class FieldId implements Comparable<FieldId> { class in inherits:Comparable
27 public FieldId(DexBuffer buffer, int declaringClassIndex, int typeIndex, int nameIndex) { method in class:FieldId
46 public int compareTo(FieldId other) {
/dalvik/vm/jdwp/
H A DJdwp.h40 typedef u4 FieldId; /* static or instance field */ typedef
50 INLINE FieldId dvmReadFieldId(const u1** pBuf) { return read4BE(pBuf); }
55 INLINE void dvmSetFieldId(u1* buf, FieldId val) { return set4BE(buf, val); }
60 INLINE void expandBufAddFieldId(ExpandBuf* pReply, FieldId id) {

Completed in 391 milliseconds