Home
last modified time | relevance | path

Searched defs:typeIds (Results 1 – 23 of 23) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/file/
DFieldIdItem.java45 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
61 TypeIdsSection typeIds = file.getTypeIds(); in getTypoidIdx() local
DTypeListItem.java66 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
92 TypeIdsSection typeIds = file.getTypeIds(); in writeTo0() local
DIdItem.java48 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DMemberIdItem.java62 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
DTypeIdsSection.java39 private final TreeMap<Type, TypeIdItem> typeIds; field in TypeIdsSection
DValueEncoder.java311 TypeIdsSection typeIds = file.getTypeIds(); in writeAnnotation() local
391 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DClassDefItem.java129 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
173 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
DProtoIdItem.java113 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DCodeItem.java109 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DCatchStructs.java119 TypeIdsSection typeIds = file.getTypeIds(); in encode() local
DDexFile.java71 private final TypeIdsSection typeIds; field in DexFile
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DFieldIdItem.java45 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
61 TypeIdsSection typeIds = file.getTypeIds(); in getTypoidIdx() local
DTypeListItem.java67 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
93 TypeIdsSection typeIds = file.getTypeIds(); in writeTo0() local
DIdItem.java48 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DMemberIdItem.java64 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
DTypeIdsSection.java35 private final TreeMap<Type, TypeIdItem> typeIds; field in TypeIdsSection
DClassDefItem.java131 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
175 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
DProtoIdItem.java116 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DValueEncoder.java312 TypeIdsSection typeIds = file.getTypeIds(); in writeAnnotation() local
495 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DCodeItem.java118 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DCatchStructs.java122 TypeIdsSection typeIds = file.getTypeIds(); in encode() local
DDexFile.java68 private final TypeIdsSection typeIds; field in DexFile
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java60 public final short[] typeIds; field in IndexMap