Home
last modified time | relevance | path

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

/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
DClassDefItem.java131 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
175 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
DValueEncoder.java312 TypeIdsSection typeIds = file.getTypeIds(); in writeAnnotation() local
495 TypeIdsSection typeIds = file.getTypeIds(); in addContents() 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
DProtoIdItem.java116 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/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
DValueEncoder.java333 TypeIdsSection typeIds = file.getTypeIds(); in writeAnnotation() local
413 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DClassDefItem.java128 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
172 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
DIdItem.java48 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DMemberIdItem.java62 TypeIdsSection typeIds = file.getTypeIds(); in writeTo() local
DTypeIdsSection.java36 private final TreeMap<Type, TypeIdItem> typeIds; field in TypeIdsSection
DProtoIdItem.java113 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DCodeItem.java110 TypeIdsSection typeIds = file.getTypeIds(); in addContents() local
DCatchStructs.java119 TypeIdsSection typeIds = file.getTypeIds(); in encode() local
DDexFile.java76 private final TypeIdsSection typeIds; field in DexFile
/dalvik/dx/src/com/android/dex/
DDex.java64 private final TypeIndexToDescriptorIndexTable typeIds = new TypeIndexToDescriptorIndexTable(); field in Dex
220 public List<Integer> typeIds() { in typeIds() method in Dex
DTableOfContents.java34 public final Section typeIds = new Section(0x0002); field in TableOfContents
/dalvik/dx/src/com/android/dx/merge/
DIndexMap.java64 public final short[] typeIds; field in IndexMap