Home
last modified time | relevance | path

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

/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/dex/file/
DFieldIdsSection.java35 private final TreeMap<CstFieldRef, FieldIdItem> fieldIds; field in FieldIdsSection
DFieldAnnotationStruct.java77 FieldIdsSection fieldIds = file.getFieldIds(); in addContents() local
DEncodedField.java99 FieldIdsSection fieldIds = file.getFieldIds(); in addContents() local
DDexFile.java77 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/dx/merge/
DIndexMap.java62 public final short[] fieldIds; field in IndexMap