OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:typeSection
(Results
1 - 5
of
5
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
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));
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);
DexWriter.java
127
protected final
TypeSection
<StringKey, TypeKey, TypeRef>
typeSection
;
140
TypeSection
<StringKey, TypeKey, TypeRef>
typeSection
,
153
this.
typeSection
=
typeSection
;
184
super(writer, stringSection,
typeSection
, fieldSection, methodSection, annotationSection);
195
typeSection
.getItems().size() * TypeIdItem.ITEM_SIZE +
223
for (Entry<? extends TypeKey, Integer> typeReference:
typeSection
.getItems()) {
337
List<Map.Entry<? extends TypeKey, Integer>> typeEntries = Lists.newArrayList(
typeSection
.getItems())
[
all
...]
InstructionWriter.java
58
@Nonnull private final
TypeSection
<?, ?, TypeRef>
typeSection
;
68
@Nonnull
TypeSection
<?, ?, TypeRef>
typeSection
,
72
opcodes, writer, stringSection,
typeSection
, fieldSection, methodSection);
78
@Nonnull
TypeSection
<?, ?, TypeRef>
typeSection
,
84
this.
typeSection
=
typeSection
;
463
return
typeSection
.getItemIndex((TypeRef)referenceInstruction.getReference())
[
all
...]
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
Completed in 390 milliseconds