Home
last modified time | relevance | path

Searched defs:attributeLength (Results 1 – 3 of 3) sorted by relevance

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DAnnotationWriter.java406 int attributeLength = 2; // For num_annotations. in putAnnotations() local
524 int attributeLength = 1 + 2 * annotableParameterCount; in putParameterAnnotations() local
DClassReader.java506 int attributeLength = readInt(currentAttributeOffset + 2); in accept() local
923 int attributeLength = readInt(currentOffset + 2); in readRecordComponent() local
1099 int attributeLength = readInt(currentOffset + 2); in readField() local
1297 int attributeLength = readInt(currentOffset + 2); in readMethod() local
1891 int attributeLength = readInt(currentOffset + 2); in readCode() local
3496 int attributeLength = readInt(currentAttributeOffset + 2); in readBootstrapMethodsAttribute() local
/external/ow2-asm/asm-test/src/main/java/org/objectweb/asm/test/
DClassFile.java438 int attributeLength = parser.u4(); in dumpAttributeInfo() local
1182 final int attributeLength, final Parser parser, final Builder builder) throws IOException { in dumpSourceDebugAttribute()