/dalvik/dx/src/com/android/dx/dex/file/ |
D | FieldIdItem.java | 45 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local 61 TypeIdsSection typeIds = file.getTypeIds(); in getTypoidIdx() local
|
D | TypeListItem.java | 67 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local 93 TypeIdsSection typeIds = file.getTypeIds(); in writeTo0() local
|
D | ValueEncoder.java | 333 TypeIdsSection typeIds = file.getTypeIds(); in writeAnnotation() local 413 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
|
D | ClassDefItem.java | 128 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local 172 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
|
D | IdItem.java | 48 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
|
D | MemberIdItem.java | 62 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
|
D | TypeIdsSection.java | 36 private final TreeMap<Type, TypeIdItem> typeIds; field in TypeIdsSection
|
D | ProtoIdItem.java | 113 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
|
D | CodeItem.java | 110 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
|
D | CatchStructs.java | 119 TypeIdsSection typeIds = file.getTypeIds(); in encode() local
|
D | DexFile.java | 76 private final TypeIdsSection typeIds; field in DexFile
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
D | FieldIdItem.java | 45 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local 61 TypeIdsSection typeIds = file.getTypeIds(); in getTypoidIdx() local
|
D | TypeListItem.java | 67 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local 93 TypeIdsSection typeIds = file.getTypeIds(); in writeTo0() local
|
D | ClassDefItem.java | 131 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local 175 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
|
D | ValueEncoder.java | 312 TypeIdsSection typeIds = file.getTypeIds(); in writeAnnotation() local 495 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
|
D | IdItem.java | 48 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
|
D | MemberIdItem.java | 64 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
|
D | TypeIdsSection.java | 35 private final TreeMap<Type, TypeIdItem> typeIds; field in TypeIdsSection
|
D | ProtoIdItem.java | 116 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
|
D | CodeItem.java | 118 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
|
D | CatchStructs.java | 122 TypeIdsSection typeIds = file.getTypeIds(); in encode() local
|
D | DexFile.java | 68 private final TypeIdsSection typeIds; field in DexFile
|
/dalvik/dx/src/com/android/dex/ |
D | Dex.java | 64 private final TypeIndexToDescriptorIndexTable typeIds = new TypeIndexToDescriptorIndexTable(); field in Dex 220 public List<Integer> typeIds() { in typeIds() method in Dex
|
D | TableOfContents.java | 34 public final Section typeIds = new Section(0x0002); field in TableOfContents
|
/dalvik/dx/src/com/android/dx/merge/ |
D | IndexMap.java | 64 public final short[] typeIds; field in IndexMap
|