Searched refs:typeIds (Results 1 - 13 of 13) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DFieldIdItem.java45 TypeIdsSection typeIds = file.getTypeIds();
46 typeIds.intern(getFieldRef().getType());
61 TypeIdsSection typeIds = file.getTypeIds();
62 return typeIds.indexOf(getFieldRef().getType());
H A DIdItem.java48 TypeIdsSection typeIds = file.getTypeIds();
49 typeIds.intern(type);
H A DTypeIdsSection.java35 private final TreeMap<Type, TypeIdItem> typeIds; field in class:TypeIdsSection
45 typeIds = new TreeMap<Type, TypeIdItem>();
51 return typeIds.values();
64 IndexedItem result = typeIds.get(type);
81 int sz = typeIds.size();
110 TypeIdItem result = typeIds.get(type);
114 typeIds.put(type, result);
134 TypeIdItem result = typeIds.get(typePerSe);
138 typeIds.put(typePerSe, result);
158 TypeIdItem item = typeIds
[all...]
H A DTypeListItem.java67 TypeIdsSection typeIds = file.getTypeIds();
71 typeIds.intern(list.getType(i));
93 TypeIdsSection typeIds = file.getTypeIds();
101 int idx = typeIds.indexOf(one);
110 out.writeShort(typeIds.indexOf(list.getType(i)));
H A DMemberIdItem.java62 TypeIdsSection typeIds = file.getTypeIds();
65 int classIdx = typeIds.indexOf(getDefiningClass());
H A DDexFile.java73 private final TypeIdsSection typeIds; field in class:DexFile
122 typeIds = new TypeIdsSection(this);
134 header, stringIds, typeIds, protoIds, fieldIds, methodIds,
355 return typeIds;
447 typeIds.intern((CstType) cst);
476 return typeIds.get(cst);
510 typeIds.prepare();
H A DClassDefItem.java129 TypeIdsSection typeIds = file.getTypeIds();
135 typeIds.intern(thisClass);
149 typeIds.intern(superclass);
173 TypeIdsSection typeIds = file.getTypeIds();
174 int classIdx = typeIds.indexOf(thisClass);
176 typeIds.indexOf(superclass);
H A DValueEncoder.java310 TypeIdsSection typeIds = file.getTypeIds();
313 int typeIdx = typeIds.indexOf(type);
320 out.writeUleb128(typeIds.indexOf(annotation.getType()));
493 TypeIdsSection typeIds = file.getTypeIds();
496 typeIds.intern(annotation.getType());
H A DProtoIdItem.java113 TypeIdsSection typeIds = file.getTypeIds();
116 typeIds.intern(prototype.getReturnType());
H A DCatchStructs.java120 TypeIdsSection typeIds = file.getTypeIds();
165 typeIds.indexOf(entry.getExceptionType()));
H A DCodeItem.java118 TypeIdsSection typeIds = file.getTypeIds();
127 typeIds.intern(type);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 123 milliseconds