OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:annotationPool
(Results
1 - 4
of
4
) sorted by null
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
AnnotationSetPool.java
43
@Nonnull private final
AnnotationPool
annotationPool
;
45
public AnnotationSetPool(@Nonnull
AnnotationPool
annotationPool
) {
46
this.
annotationPool
=
annotationPool
;
54
annotationPool
.intern(annotation);
DexPool.java
79
AnnotationPool
annotationPool
= new
AnnotationPool
(stringPool, typePool, fieldPool, methodPool);
80
AnnotationSetPool annotationSetPool = new AnnotationSetPool(
annotationPool
);
85
annotationPool
, annotationSetPool);
90
AnnotationPool
annotationPool
, AnnotationSetPool annotationSetPool) {
92
classPool, typeListPool,
annotationPool
, annotationSetPool);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderContext.java
58
@Nonnull final BuilderAnnotationPool
annotationPool
;
71
this.
annotationPool
= new BuilderAnnotationPool(this);
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar
Completed in 57 milliseconds