Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DAnnotationsAttribute.java365 int constNameIndex = ByteArray.readU16bit(info, pos + 3); in memberValue() local
366 enumMemberValue(pos, typeNameIndex, constNameIndex); in memberValue()
389 void enumMemberValue(int pos, int typeNameIndex, int constNameIndex) in enumMemberValue() argument
432 void enumMemberValue(int pos, int typeNameIndex, int constNameIndex) in enumMemberValue() argument
436 super.enumMemberValue(pos, typeNameIndex, constNameIndex); in enumMemberValue()
510 void enumMemberValue(int pos, int typeNameIndex, int constNameIndex) in enumMemberValue() argument
513 writer.enumConstValue(copyType(typeNameIndex), copy(constNameIndex)); in enumMemberValue()
514 super.enumMemberValue(pos, typeNameIndex, constNameIndex); in enumMemberValue()
667 void enumMemberValue(int pos, int typeNameIndex, int constNameIndex) in enumMemberValue() argument
671 constNameIndex, pool); in enumMemberValue()
[all …]
/external/javassist/src/main/javassist/bytecode/annotation/
DAnnotationsWriter.java295 public void enumConstValue(int typeNameIndex, int constNameIndex) in enumConstValue() argument
300 write16bit(constNameIndex); in enumConstValue()