Home
last modified time | relevance | path

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

/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DAnnotationWriter.java405 void putAnnotations(final int attributeNameIndex, final ByteVector output) { in putAnnotations()
518 final int attributeNameIndex, in putParameterAnnotations()
/external/turbine/java/com/google/turbine/bytecode/
DClassReader.java119 int attributeNameIndex = reader.u2(); in read() local