Home
last modified time | relevance | path

Searched defs:numAnnotations (Results 1 – 7 of 7) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DClassReader.java600 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in accept() local
618 int numAnnotations = readUnsignedShort(runtimeInvisibleAnnotationsOffset); in accept() local
636 int numAnnotations = readUnsignedShort(runtimeVisibleTypeAnnotationsOffset); in accept() local
660 int numAnnotations = readUnsignedShort(runtimeInvisibleTypeAnnotationsOffset); in accept() local
960 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in readRecordComponent() local
978 int numAnnotations = readUnsignedShort(runtimeInvisibleAnnotationsOffset); in readRecordComponent() local
996 int numAnnotations = readUnsignedShort(runtimeVisibleTypeAnnotationsOffset); in readRecordComponent() local
1020 int numAnnotations = readUnsignedShort(runtimeInvisibleTypeAnnotationsOffset); in readRecordComponent() local
1144 int numAnnotations = readUnsignedShort(runtimeVisibleAnnotationsOffset); in readField() local
1162 int numAnnotations = readUnsignedShort(runtimeInvisibleAnnotationsOffset); in readField() local
[all …]
DAnnotationWriter.java407 int numAnnotations = 0; in putAnnotations() local
536 int numAnnotations = 0; in putParameterAnnotations() local
/external/javassist/src/main/javassist/bytecode/annotation/
DTypeAnnotationsWriter.java32 public void numAnnotations(int num) throws IOException { in numAnnotations() method in TypeAnnotationsWriter
DAnnotationsWriter.java107 public void numAnnotations(int num) throws IOException { in numAnnotations() method in AnnotationsWriter
/external/turbine/java/com/google/turbine/bytecode/
DClassReader.java201 int numAnnotations = reader.u2(); in readAnnotations() local
216 int numAnnotations = reader.u2(); in readParameterAnnotations() local
/external/javassist/src/main/javassist/bytecode/
DTypeAnnotationsAttribute.java54 public int numAnnotations() { in numAnnotations() method in TypeAnnotationsAttribute
DAnnotationsAttribute.java172 public int numAnnotations() { in numAnnotations() method in AnnotationsAttribute