Home
last modified time | relevance | path

Searched refs:annotationOffset (Results 1 – 1 of 1) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexParameterImpl.java29 private final Integer annotationOffset; field in DexParameterImpl
37 Integer annotationOffset, int[] typeIds, String[] stringPool, in DexParameterImpl() argument
41 this.annotationOffset = annotationOffset; in DexParameterImpl()
50 if (annotationOffset != null) { in parseAnnotations()
51 buffer.setPosition(annotationOffset); in parseAnnotations()