HomeSort by relevance Sort by last modified time
    Searched defs:typeIds (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefItem.java 131 TypeIdsSection typeIds = file.getTypeIds();
137 typeIds.intern(thisClass);
151 typeIds.intern(superclass);
175 TypeIdsSection typeIds = file.getTypeIds();
176 int classIdx = typeIds.indexOf(thisClass);
178 typeIds.indexOf(superclass);
CodeItem.java 118 TypeIdsSection typeIds = file.getTypeIds();
127 typeIds.intern(type);
  /dalvik/dx/src/com/android/dex/
TableOfContents.java 34 public final Section typeIds = new Section(0x0002);
53 header, stringIds, typeIds, protoIds, fieldIds, methodIds, classDefs, mapList, callSiteIds,
109 typeIds.size = headerIn.readInt();
110 typeIds.off = headerIn.readInt();
186 out.writeInt(typeIds.size);
187 out.writeInt(typeIds.off);
  /dalvik/dx/src/com/android/dx/dex/file/
ClassDefItem.java 128 TypeIdsSection typeIds = file.getTypeIds();
134 typeIds.intern(thisClass);
148 typeIds.intern(superclass);
172 TypeIdsSection typeIds = file.getTypeIds();
173 int classIdx = typeIds.indexOf(thisClass);
175 typeIds.indexOf(superclass);
CodeItem.java 110 TypeIdsSection typeIds = file.getTypeIds();
119 typeIds.intern(type);
  /test/suite_harness/tools/dex-tools/src/dex/reader/
DexEncodedValueImpl.java 35 private int[] typeIds;
48 int[] typeIds, String[] stringPool, FieldIdItem[] fieldIdItems) {
51 this.typeIds = typeIds;
136 return new DexEncodedAnnotationImpl(buffer, annotation, typeIds,
149 values.add(new DexEncodedValueImpl(buffer, annotation, typeIds,
165 String typeName = stringPool[typeIds[fieldIdItem.type_idx]];
190 String typeName = stringPool[typeIds[fieldIdItem.type_idx]];
202 return stringPool[typeIds[buffer.readInt(valueArg)]];
DexMethodImpl.java 42 private int[] typeIds;
58 int[] typeIds, FieldIdItem[] fieldIdItems) {
67 this.typeIds = typeIds;
91 buffer.readUInt(), typeIds, stringPool, fieldIdItems));
101 return stringPool[typeIds[protoIdItem.return_type_idx]];
118 stringPool[typeIds[paramTypeIdx[i]]],
119 parameterIdToIndex.get(i), typeIds, stringPool,
DexFileReader.java 61 private int[] typeIds; // values are index of stringPool
101 return new DexFileImpl(b.createCopy(), stringPool, typeIds,
171 typeIds = new int[nTypes];
173 for (int i = 0; i < typeIds.length; i++) {
174 typeIds[i] = b.readUInt();
222 public int class_idx; // defining class : index of typeIds
DexClassImpl.java 44 private final int[] typeIds;
70 String[] stringPool, int[] typeIds, ProtIdItem[] protoIdItems,
75 this.typeIds = typeIds;
243 buffer.readUInt(), typeIds, stringPool, fieldIdItems));
270 typeIds, fieldIdItems));
301 .get(methodIdIdx), stringPool, typeIds,
317 interfaces.add(stringPool[typeIds[buffer.readUShort()]]);
327 : stringPool[typeIds[classDefItem.superclass_idx]];
335 return stringPool[typeIds[classDefItem.class_idx]]
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 64 public final short[] typeIds;
80 this.typeIds = new short[tableOfContents.typeIds.size];
150 return (typeIndex == ClassDef.NO_INDEX) ? ClassDef.NO_INDEX : (typeIds[typeIndex] & 0xffff);
  /art/tools/dexfuzz/src/dexfuzz/program/
IdCreator.java 37 * Responsible for the finding and creation of TypeIds, MethodIds, FieldIds, and StringIds,
122 for (TypeIdItem typeId : rawDexFile.typeIds) {
257 if (rawDexFile.typeIds.size() >= 65536) {
268 // TypeIds must be ordered.
271 rawDexFile.typeIds.add(newTypeIdIdx, newTypeId);
277 TypeIdItem prevTypeId = rawDexFile.typeIds.get(newTypeIdIdx - 1);
300 for (TypeIdItem typeId : rawDexFile.typeIds) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 691 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
ModuleSummaryIndex.h 721 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
ModuleSummaryIndex.h 721 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
ModuleSummaryIndex.h 773 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
ModuleSummaryIndex.h 773 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
ModuleSummaryIndex.h 773 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
ModuleSummaryIndex.h 773 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 691 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
ModuleSummaryIndex.h 721 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
ModuleSummaryIndex.h 721 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
ModuleSummaryIndex.h 773 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
ModuleSummaryIndex.h 773 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
ModuleSummaryIndex.h 773 const std::map<std::string, TypeIdSummary> &typeIds() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
ModuleSummaryIndex.h 773 const std::map<std::string, TypeIdSummary> &typeIds() const {

Completed in 427 milliseconds

12 3 4 5