Home
last modified time | relevance | path

Searched defs:annotationEncodedValue (Results 1 – 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DEncodedValueRewriter.java132 @Nonnull protected AnnotationEncodedValue annotationEncodedValue; field in EncodedValueRewriter.RewrittenAnnotationEncodedValue
134 … public RewrittenAnnotationEncodedValue(@Nonnull AnnotationEncodedValue annotationEncodedValue) { in RewrittenAnnotationEncodedValue()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
DDexPool.java115 … AnnotationEncodedValue annotationEncodedValue = (AnnotationEncodedValue)encodedValue; in writeEncodedValue() local
176 … AnnotationEncodedValue annotationEncodedValue = (AnnotationEncodedValue)encodedValue; in internEncodedValue() local
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
DAnnotationEncodedValueAdaptor.java43 @Nonnull AnnotationEncodedValue annotationEncodedValue, in writeTo()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
DImmutableAnnotationEncodedValue.java61 … public static ImmutableAnnotationEncodedValue of(AnnotationEncodedValue annotationEncodedValue) { in of()