Searched defs:annotationDescriptor (Results 1 – 2 of 2) sorted by relevance
| /external/ow2-asm/asm/src/main/java/org/objectweb/asm/ |
| D | ClassReader.java | 604 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in accept() local 622 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in accept() local 642 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in accept() local 666 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in accept() local 964 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in readRecordComponent() local 982 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in readRecordComponent() local 1002 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in readRecordComponent() local 1026 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in readRecordComponent() local 1148 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in readField() local 1166 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in readField() local [all …]
|
| D | MethodWriter.java | 692 final int parameter, final String annotationDescriptor, final boolean visible) { in visitParameterAnnotation()
|