Home
last modified time | relevance | path

Searched defs:fieldIds (Results 1 – 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DFieldIdsSection.java34 private final TreeMap<CstFieldRef, FieldIdItem> fieldIds; field in FieldIdsSection
DMethodHandleItem.java92 FieldIdsSection fieldIds = file.getFieldIds(); in getTargetIndex() local
DFieldAnnotationStruct.java80 FieldIdsSection fieldIds = file.getFieldIds(); in addContents() local
DEncodedField.java102 FieldIdsSection fieldIds = file.getFieldIds(); in addContents() local
DDexFile.java82 private final FieldIdsSection fieldIds; field in DexFile
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DFieldIdsSection.java35 private final TreeMap<CstFieldRef, FieldIdItem> fieldIds; field in FieldIdsSection
DFieldAnnotationStruct.java77 FieldIdsSection fieldIds = file.getFieldIds(); in addContents() local
DEncodedField.java100 FieldIdsSection fieldIds = file.getFieldIds(); in addContents() local
DDexFile.java74 private final FieldIdsSection fieldIds; field in DexFile
/dalvik/dx/src/com/android/dx/command/findusages/
DFindUsages.java37 private final Set<Integer> fieldIds; field in FindUsages
/dalvik/dx/src/com/android/dex/
DDex.java67 private final FieldIdTable fieldIds = new FieldIdTable(); field in Dex
232 public List<FieldId> fieldIds() { in fieldIds() method in Dex
DTableOfContents.java36 public final Section fieldIds = new Section(0x0004); field in TableOfContents
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java66 public final short[] fieldIds; field in IndexMap