Searched refs:typeSection (Results 1 - 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
H A DEncodedValueWriter.java49 @Nonnull private final TypeSection<?, TypeKey, ?> typeSection; field in class:EncodedValueWriter
57 @Nonnull TypeSection<?, TypeKey, ?> typeSection,
63 this.typeSection = typeSection;
74 writer.writeUleb128(typeSection.getItemIndex(annotationType));
147 writer.writeEncodedUint(ValueType.TYPE, typeSection.getItemIndex(value));
54 EncodedValueWriter( @onnull DexDataWriter writer, @Nonnull StringSection<StringKey, ?> stringSection, @Nonnull TypeSection<?, TypeKey, ?> typeSection, @Nonnull FieldSection<?, ?, FieldRefKey, ?> fieldSection, @Nonnull MethodSection<?, ?, ?, MethodRefKey, ?> methodSection, @Nonnull AnnotationSection<StringKey, TypeKey, ?, AnnotationElement, EncodedValue> annotationSection) argument
H A DDebugWriter.java43 @Nonnull private final TypeSection<StringKey, TypeKey, ?> typeSection; field in class:DebugWriter
49 @Nonnull TypeSection<StringKey, TypeKey, ?> typeSection,
52 this.typeSection = typeSection;
66 int typeIndex = typeSection.getNullableItemIndex(type);
48 DebugWriter(@onnull StringSection<StringKey, ?> stringSection, @Nonnull TypeSection<StringKey, TypeKey, ?> typeSection, @Nonnull DexDataWriter writer) argument
H A DDexWriter.java128 protected final TypeSection<StringKey, TypeKey, TypeRef> typeSection; field in class:DexWriter
141 TypeSection<StringKey, TypeKey, TypeRef> typeSection,
154 this.typeSection = typeSection;
185 super(writer, stringSection, typeSection, fieldSection, methodSection, annotationSection);
196 typeSection.getItems().size() * TypeIdItem.ITEM_SIZE +
224 for (Entry<? extends TypeKey, Integer> typeReference: typeSection.getItems()) {
338 List<Map.Entry<? extends TypeKey, Integer>> typeEntries = Lists.newArrayList(typeSection.getItems());
343 writer.writeInt(stringSection.getItemIndex(typeSection.getString(entry.getKey())));
358 writer.writeInt(typeSection
139 DexWriter(Opcodes opcodes, StringSection<StringKey, StringRef> stringSection, TypeSection<StringKey, TypeKey, TypeRef> typeSection, ProtoSection<StringKey, TypeKey, ProtoRefKey, TypeListKey> protoSection, FieldSection<StringKey, TypeKey, FieldRefKey, FieldKey> fieldSection, MethodSection<StringKey, TypeKey, ProtoRefKey, MethodRefKey, MethodKey> methodSection, ClassSection<StringKey, TypeKey, TypeListKey, ClassKey, FieldKey, MethodKey, AnnotationSetKey, EncodedValue> classSection, TypeListSection<TypeKey, TypeListKey> typeListSection, AnnotationSection<StringKey, TypeKey, AnnotationKey, AnnotationElement, EncodedValue> annotationSection, AnnotationSetSection<AnnotationKey, AnnotationSetKey> annotationSetSection) argument
[all...]
H A DInstructionWriter.java62 @Nonnull private final TypeSection<?, ?, TypeRef> typeSection; field in class:InstructionWriter
74 @Nonnull TypeSection<?, ?, TypeRef> typeSection,
79 opcodes, writer, stringSection, typeSection, fieldSection, methodSection, protoSection);
85 @Nonnull TypeSection<?, ?, TypeRef> typeSection,
92 this.typeSection = typeSection;
494 return typeSection.getItemIndex((TypeRef) reference);
70 makeInstructionWriter( @onnull Opcodes opcodes, @Nonnull DexDataWriter writer, @Nonnull StringSection<?, StringRef> stringSection, @Nonnull TypeSection<?, ?, TypeRef> typeSection, @Nonnull FieldSection<?, ?, FieldRefKey, ?> fieldSection, @Nonnull MethodSection<?, ?, ?, MethodRefKey, ?> methodSection, @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection) argument
82 InstructionWriter(@onnull Opcodes opcodes, @Nonnull DexDataWriter writer, @Nonnull StringSection<?, StringRef> stringSection, @Nonnull TypeSection<?, ?, TypeRef> typeSection, @Nonnull FieldSection<?, ?, FieldRefKey, ?> fieldSection, @Nonnull MethodSection<?, ?, ?, MethodRefKey, ?> methodSection, @Nonnull ProtoSection<?, ?, ProtoRefKey, ?> protoSection) argument

Completed in 182 milliseconds