Searched refs:TypeIdsSection (Results 1 - 22 of 22) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DFieldIdItem.java45 TypeIdsSection typeIds = file.getTypeIds();
61 TypeIdsSection typeIds = file.getTypeIds();
H A DIdItem.java48 TypeIdsSection typeIds = file.getTypeIds();
H A DTypeListItem.java67 TypeIdsSection typeIds = file.getTypeIds();
93 TypeIdsSection typeIds = file.getTypeIds();
H A DTypeIdsSection.java31 public final class TypeIdsSection extends UniformItemSection { class in inherits:UniformItemSection
42 public TypeIdsSection(DexFile file) { method in class:TypeIdsSection
H A DMemberIdItem.java64 TypeIdsSection typeIds = file.getTypeIds();
H A DDexFile.java68 private final TypeIdsSection typeIds;
115 typeIds = new TypeIdsSection(this);
333 /*package*/ TypeIdsSection getTypeIds() {
H A DProtoIdItem.java116 TypeIdsSection typeIds = file.getTypeIds();
H A DClassDefItem.java131 TypeIdsSection typeIds = file.getTypeIds();
175 TypeIdsSection typeIds = file.getTypeIds();
H A DValueEncoder.java312 TypeIdsSection typeIds = file.getTypeIds();
495 TypeIdsSection typeIds = file.getTypeIds();
H A DCatchStructs.java122 TypeIdsSection typeIds = file.getTypeIds();
H A DCodeItem.java118 TypeIdsSection typeIds = file.getTypeIds();
/dalvik/dx/src/com/android/dx/dex/file/
H A DFieldIdItem.java45 TypeIdsSection typeIds = file.getTypeIds();
61 TypeIdsSection typeIds = file.getTypeIds();
H A DIdItem.java48 TypeIdsSection typeIds = file.getTypeIds();
H A DTypeListItem.java66 TypeIdsSection typeIds = file.getTypeIds();
92 TypeIdsSection typeIds = file.getTypeIds();
H A DTypeIdsSection.java33 public final class TypeIdsSection extends UniformItemSection { class in inherits:UniformItemSection
44 public TypeIdsSection(DexFile file) { method in class:TypeIdsSection
H A DMemberIdItem.java62 TypeIdsSection typeIds = file.getTypeIds();
H A DDexFile.java75 private final TypeIdsSection typeIds;
132 typeIds = new TypeIdsSection(this);
382 public TypeIdsSection getTypeIds() {
H A DProtoIdItem.java113 TypeIdsSection typeIds = file.getTypeIds();
H A DClassDefItem.java129 TypeIdsSection typeIds = file.getTypeIds();
173 TypeIdsSection typeIds = file.getTypeIds();
H A DValueEncoder.java334 TypeIdsSection typeIds = file.getTypeIds();
414 TypeIdsSection typeIds = file.getTypeIds();
H A DCatchStructs.java119 TypeIdsSection typeIds = file.getTypeIds();
H A DCodeItem.java109 TypeIdsSection typeIds = file.getTypeIds();

Completed in 694 milliseconds