Lines Matching defs:typeSection

117     protected final TypeSection<StringKey, TypeKey, TypeRef> typeSection;
130 TypeSection<StringKey, TypeKey, TypeRef> typeSection,
142 this.typeSection = typeSection;
173 super(writer, stringSection, typeSection, fieldSection, methodSection, annotationSection);
184 typeSection.getItems().size() * TypeIdItem.ITEM_SIZE +
299 List<Map.Entry<? extends TypeKey, Integer>> typeEntries = Lists.newArrayList(typeSection.getItems());
304 writer.writeInt(stringSection.getItemIndex(typeSection.getString(entry.getKey())));
319 writer.writeInt(typeSection.getItemIndex(protoSection.getReturnType(key)));
334 writer.writeUshort(typeSection.getItemIndex(fieldSection.getDefiningClass(key)));
335 writer.writeUshort(typeSection.getItemIndex(fieldSection.getFieldType(key)));
350 writer.writeUshort(typeSection.getItemIndex(methodSection.getDefiningClass(key)));
410 indexWriter.writeInt(typeSection.getItemIndex(classSection.getType(key)));
412 indexWriter.writeInt(typeSection.getNullableItemIndex(classSection.getSuperclass(key)));
485 writer.writeUshort(typeSection.getItemIndex(typeKey));
553 writer.writeUleb128(typeSection.getItemIndex(annotationSection.getType(key)));
716 new DebugWriter<StringKey, TypeKey>(stringSection, typeSection, offsetWriter);
904 InstructionWriter.makeInstructionWriter(writer, stringSection, typeSection, fieldSection,
1052 DexDataWriter.writeUleb128(ehBuf, typeSection.getItemIndex(exceptionTypeKey));
1087 if (typeSection.getItems().size() > 0) {
1145 writeMapItem(writer, ItemType.TYPE_ID_ITEM, typeSection.getItems().size(), typeSectionOffset);
1200 writeSectionInfo(writer, typeSection.getItems().size(), typeSectionOffset);