OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:annotationSetSection
(Results
1 - 4
of
4
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DexBuilder.java
82
annotationSetSection
.internAnnotationSet(annotations));
98
annotationSetSection
.internAnnotationSet(annotations),
130
annotationSetSection
.internAnnotationSet(annotations),
205
annotationSetSection
.internAnnotationSet(methodParameter.getAnnotations()));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ClassPool.java
96
dexPool.
annotationSetSection
.intern(field.getAnnotations());
109
dexPool.
annotationSetSection
.intern(method.getAnnotations());
112
dexPool.
annotationSetSection
.intern(parameter.getAnnotations());
116
dexPool.
annotationSetSection
.intern(poolClassDef.getAnnotations());
DexPool.java
62
annotationSection,
annotationSetSection
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DexWriter.java
103
AnnotationSetSectionType extends
AnnotationSetSection
<AnnotationKey, AnnotationSetKey>> {
144
public final AnnotationSetSectionType
annotationSetSection
;
158
this.
annotationSetSection
= sectionProvider.getAnnotationSetSection();
627
for (Map.Entry<? extends AnnotationSetKey, Integer> entry:
annotationSetSection
.getItems()) {
629
.immutableSortedCopy(
annotationSetSection
.getAnnotations(entry.getKey()));
662
if (
annotationSetSection
.getAnnotations(annotationSetKey).size() > 0) {
663
writer.writeInt(
annotationSetSection
.getItemOffset(annotationSetKey));
709
tempBuffer.putInt(
annotationSetSection
.getItemOffset(fieldAnnotationsKey));
[
all
...]
Completed in 238 milliseconds