Home
last modified time | relevance | path

Searched defs:annotationDescriptor (Results 1 – 2 of 2) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DClassReader.java604 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 …]
DMethodWriter.java692 final int parameter, final String annotationDescriptor, final boolean visible) { in visitParameterAnnotation()