HomeSort by relevance Sort by last modified time
    Searched refs:TypeSection (Results 1 - 22 of 22) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
TypeSection.java 38 public interface TypeSection<StringKey, TypeKey, TypeRef extends TypeReference> extends NullableIndexSection<TypeKey> {
DebugWriter.java 43 @Nonnull private final TypeSection<StringKey, TypeKey, ?> typeSection;
49 @Nonnull TypeSection<StringKey, TypeKey, ?> typeSection,
52 this.typeSection = typeSection;
66 int typeIndex = typeSection.getNullableItemIndex(type);
EncodedValueWriter.java 49 @Nonnull private final TypeSection<?, TypeKey, ?> typeSection;
57 @Nonnull TypeSection<?, TypeKey, ?> typeSection,
63 this.typeSection = typeSection;
74 writer.writeUleb128(typeSection.getItemIndex(annotationType));
147 writer.writeEncodedUint(ValueType.TYPE, typeSection.getItemIndex(value));
InstructionWriter.java 62 @Nonnull private final TypeSection<?, ?, TypeRef> typeSection;
74 @Nonnull TypeSection<?, ?, TypeRef> typeSection,
79 opcodes, writer, stringSection, typeSection, fieldSection, methodSection, protoSection);
85 @Nonnull TypeSection<?, ?, TypeRef> typeSection,
92 this.typeSection = typeSection;
551 return typeSection.getItemIndex((TypeRef) reference)
    [all...]
DexWriter.java 94 TypeSectionType extends TypeSection<StringKey, TypeKey, TypeRef>,
136 public final TypeSectionType typeSection;
151 this.typeSection = sectionProvider.getTypeSection();
184 super(writer, stringSection, typeSection, fieldSection, methodSection, annotationSection);
195 typeSection.getItemCount() * TypeIdItem.ITEM_SIZE +
223 for (Entry<? extends TypeKey, Integer> typeReference: typeSection.getItems()) {
241 typeSection.getItemCount() > (1 << 16) ||
353 List<Map.Entry<? extends TypeKey, Integer>> typeEntries = Lists.newArrayList(typeSection.getItems());
358 writer.writeInt(stringSection.getItemIndex(typeSection.getString(entry.getKey())));
373 writer.writeInt(typeSection.getItemIndex(protoSection.getReturnType(key)))
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
TypePool.java 35 import org.jf.dexlib2.writer.TypeSection;
41 implements TypeSection<CharSequence, CharSequence, TypeReference> {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderTypePool.java 36 import org.jf.dexlib2.writer.TypeSection;
45 implements TypeSection<BuilderStringReference, BuilderTypeReference, BuilderTypeReference> {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 127 struct TypeSection : Section {
128 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 138 struct TypeSection : Section {
139 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 138 struct TypeSection : Section {
139 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 127 struct TypeSection : Section {
128 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
WasmYAML.h 138 struct TypeSection : Section {
139 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
WasmYAML.h 138 struct TypeSection : Section {
139 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ObjectYAML/
WasmYAML.h 175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ObjectYAML/
WasmYAML.h 175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ObjectYAML/
WasmYAML.h 175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/
WasmYAML.h 175 struct TypeSection : Section {
176 TypeSection() : Section(wasm::WASM_SEC_TYPE) {}
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 847 milliseconds