HomeSort by relevance Sort by last modified time
    Searched defs:DexField (Results 1 - 2 of 2) sorted by null

  /cts/tools/dex-tools/src/dex/structure/
DexField.java 20 * {@code DexField} represents a field.
22 public interface DexField extends DexAnnotatedElement, WithModifiers,
26 * Returns the name of the type of this {@code DexField}.
28 * @return the name of the type of this {@code DexField}
  /dalvik/libdex/
DexClass.h 36 typedef struct DexField {
39 } DexField;
53 DexField* staticFields;
54 DexField* instanceFields;
77 DexField* pField, u4* lastIndex);
136 DEX_INLINE void dexReadClassDataField(const u1** pData, DexField* pField,

Completed in 41 milliseconds