Home | History | Annotate | Download | only in asm

Lines Matching defs:AnnotationWriter

115     private AnnotationWriter anns;
120 private AnnotationWriter ianns;
152 private AnnotationWriter[] panns;
158 private AnnotationWriter[] ipanns;
594 return new AnnotationWriter(cw, false, annd, null, 0);
604 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
653 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv, 2);
656 panns = new AnnotationWriter[Type.getArgumentTypes(descriptor).length];
662 ipanns = new AnnotationWriter[Type.getArgumentTypes(descriptor).length];
1114 // TODO: AnnotationWriter.putTarget(typeRef, typePath, bv);
1117 AnnotationWriter aw = new AnnotationWriter(cw, true, bv, bv,
1638 AnnotationWriter.put(panns, out);
1642 AnnotationWriter.put(ipanns, out);