Searched refs:parameterAnnotation (Results 1 – 2 of 2) sorted by relevance
50 private final ParameterAnnotation parameterAnnotation; field in DexMethodImpl57 ParameterAnnotation parameterAnnotation, String[] stringPool, in DexMethodImpl() argument65 this.parameterAnnotation = parameterAnnotation; in DexMethodImpl()75 if (parameterAnnotation != null) { in parseParameterAnnotations()76 buffer.setPosition(parameterAnnotation.annotationsOff); in parseParameterAnnotations()
314 static final JavaSource parameterAnnotation = new JavaSource("A", field in DexFileReaderTests326 DexFile dexFile = javaToDexUtil.getFrom(parameterAnnotation); in testParameterAnnotation()