Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/bytecode/
H A DConstantPool.java249 public CpoolNameAndType addNameAndType (Method method) in addNameAndType() method in ConstantPool
253 return addNameAndType(name, type); in addNameAndType()
256 public CpoolNameAndType addNameAndType (Field field) in addNameAndType() method in ConstantPool
260 return addNameAndType(name, type); in addNameAndType()
264 addNameAndType (CpoolUtf8 name, CpoolUtf8 type) in addNameAndType() method in ConstantPool
314 CpoolNameAndType nameType = addNameAndType(method); in addMethodRef()
322 CpoolNameAndType nameType = addNameAndType(field); in addFieldRef()
H A DEnclosingMethodAttr.java44 method_index = constants.addNameAndType(method).getIndex(); in assignConstants()
H A DChangeLog2516 (addUtf8, addClass, addValue1, addvalue2, addString, addNameAndType,
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java502 public int addNameAndType(String name, String signature) { in addNameAndType() method in ConstantPoolGen
556 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
607 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
653 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
738 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java502 public int addNameAndType(String name, String signature) { in addNameAndType() method in ConstantPoolGen
556 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
607 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
653 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
738 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java513 public int addNameAndType(final String name, final String signature) { in addNameAndType() method in ConstantPoolGen
569 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
621 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
667 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
750 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java532 public int addNameAndType( final String name, final String signature ) { in addNameAndType() method in ConstantPoolGen
591 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
647 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
696 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
785 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java535 public int addNameAndType( final String name, final String signature ) { in addNameAndType() method in ConstantPoolGen
594 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
650 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
699 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
788 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java535 public int addNameAndType( final String name, final String signature ) { in addNameAndType() method in ConstantPoolGen
594 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
650 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
699 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
788 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java535 public int addNameAndType( final String name, final String signature ) { in addNameAndType() method in ConstantPoolGen
594 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
650 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
699 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
788 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java535 public int addNameAndType( final String name, final String signature ) { in addNameAndType() method in ConstantPoolGen
594 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
650 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
699 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
788 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java535 public int addNameAndType( final String name, final String signature ) { in addNameAndType() method in ConstantPoolGen
594 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
650 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
699 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
788 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DConstantPoolGen.java535 public int addNameAndType( final String name, final String signature ) { in addNameAndType() method in ConstantPoolGen
594 name_and_type_index = addNameAndType(method_name, signature); in addMethodref()
650 name_and_type_index = addNameAndType(method_name, signature); in addInterfaceMethodref()
699 name_and_type_index = addNameAndType(field_name, signature); in addFieldref()
788 return addNameAndType(u8.getBytes(), u8_2.getBytes()); in addConstant()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/classfile/
H A DClassFileWriter.java4593 private short addNameAndType(String name, String type) in addNameAndType() method in ConstantPool
4641 short ntIndex = addNameAndType(fieldName, fieldType); in addFieldRef()
4663 short ntIndex = addNameAndType(methodName, methodType); in addMethodRef()
4680 short ntIndex = addNameAndType(methodName, methodType); in addInterfaceMethodRef()