OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeListSection
(Results
1 - 6
of
6
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ProtoPool.java
56
dexPool.
typeListSection
.intern(reference.getParameterTypes());
DexPool.java
61
stringSection, typeSection, protoSection, fieldSection, methodSection, classSection,
typeListSection
,
ClassPool.java
79
dexPool.
typeListSection
.intern(poolClassDef.getInterfaces());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderProtoPool.java
65
dexBuilder.
typeListSection
.internTypeList(methodProto.getParameterTypes()),
DexBuilder.java
128
typeListSection
.internTypeList(interfaces),
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java
100
TypeListSectionType extends
TypeListSection
<TypeKey, TypeListKey>,
142
public final TypeListSectionType
typeListSection
;
156
this.
typeListSection
= sectionProvider.getTypeListSection();
374
writer.writeInt(
typeListSection
.getNullableItemOffset(protoSection.getParameters(key)));
454
for (TypeKey interfaceTypeKey:
typeListSection
.getTypes(classSection.getInterfaces(key))) {
467
indexWriter.writeInt(
typeListSection
.getNullableItemOffset(classSection.getInterfaces(key)));
532
for (Map.Entry<? extends TypeListKey, Integer> entry:
typeListSection
.getItems()) {
536
Collection<? extends TypeKey> types =
typeListSection
.getTypes(entry.getKey());
[
all
...]
Completed in 336 milliseconds