Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java544 public int addNameAndType( final String name, final String signature ) { in addNameAndType() method in ConstantPoolGen
603 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
659 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
708 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
797 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()