OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:protoSection
(Results
1 - 6
of
6
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
MethodPool.java
51
dexPool.
protoSection
.intern(new PoolMethodProto(method));
DexPool.java
61
stringSection, typeSection,
protoSection
, fieldSection, methodSection, classSection, typeListSection,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java
65
@Nonnull private final
ProtoSection
<?, ?, ProtoRefKey, ?>
protoSection
;
77
@Nonnull
ProtoSection
<?, ?, ProtoRefKey, ?>
protoSection
) {
79
opcodes, writer, stringSection, typeSection, fieldSection, methodSection,
protoSection
);
88
@Nonnull
ProtoSection
<?, ?, ProtoRefKey, ?>
protoSection
) {
95
this.
protoSection
=
protoSection
;
553
return
protoSection
.getItemIndex((ProtoRefKey) reference)
[
all
...]
DexWriter.java
95
ProtoSectionType extends
ProtoSection
<StringKey, TypeKey, ProtoRefKey, TypeListKey>,
137
public final ProtoSectionType
protoSection
;
152
this.
protoSection
= sectionProvider.getProtoSection();
196
protoSection
.getItemCount() * ProtoIdItem.ITEM_SIZE +
366
List<Map.Entry<? extends ProtoRefKey, Integer>> protoEntries = Lists.newArrayList(
protoSection
.getItems());
372
writer.writeInt(stringSection.getItemIndex(
protoSection
.getShorty(key)));
373
writer.writeInt(typeSection.getItemIndex(
protoSection
.getReturnType(key)));
374
writer.writeInt(typeListSection.getNullableItemOffset(
protoSection
.getParameters(key)));
405
writer.writeUshort(
protoSection
.getItemIndex(methodSection.getPrototype(key)));
[
all
...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderMethodPool.java
63
dexBuilder.
protoSection
.internMethodProto(methodReference));
DexBuilder.java
166
return
protoSection
.internMethodProto(methodProto);
Completed in 170 milliseconds