Home
last modified time | relevance | path

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

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DClassReader.java602 int currentAnnotationOffset = runtimeVisibleAnnotationsOffset + 2; in accept() local
605 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in accept()
606 currentAnnotationOffset += 2; in accept()
608 currentAnnotationOffset = in accept()
611 currentAnnotationOffset, in accept()
620 int currentAnnotationOffset = runtimeInvisibleAnnotationsOffset + 2; in accept() local
623 String annotationDescriptor = readUTF8(currentAnnotationOffset, charBuffer); in accept()
624 currentAnnotationOffset += 2; in accept()
626 currentAnnotationOffset = in accept()
629 currentAnnotationOffset, in accept()
[all …]