Home
last modified time | relevance | path

Searched defs:typeIds (Results 1 – 25 of 25) 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.java37 private final TreeMap<Type, TypeIdItem> typeIds; field in TypeIdsSection
DClassDefItem.java129 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
173 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
DValueEncoder.java334 TypeIdsSection typeIds = file.getTypeIds(); in writeAnnotation() local
414 TypeIdsSection typeIds = file.getTypeIds(); in addContents() 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.java75 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/dex/
DTableOfContents.java34 public final Section typeIds = new Section(0x0002); field in TableOfContents
DDex.java65 private final TypeIndexToDescriptorIndexTable typeIds = new TypeIndexToDescriptorIndexTable(); field in Dex
221 public List<Integer> typeIds() { in typeIds() method in Dex
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java64 public final short[] typeIds; field in IndexMap