Home
last modified time | relevance | path

Searched refs:_constant_pool (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/appsi/writers/
H A Dcmodel_converter.py14 self._constant_pool = set()
20 if len(self._constant_pool) == 0:
21 self._constant_pool = set(cmodel.create_constants(100))
22 const = self._constant_pool.pop()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp406 ConstantPool* _constant_pool; // the corresponding constant pool member in ConstantPoolCache
417 _constant_pool(NULL) { in ConstantPoolCache()
447 ConstantPool** constant_pool_addr() { return &_constant_pool; } in constant_pool_addr()
455 void set_constant_pool(ConstantPool* pool) { _constant_pool = pool; } in set_constant_pool()
456 ConstantPool* constant_pool() const { return _constant_pool; } in constant_pool()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DcpCache.hpp406 ConstantPool* _constant_pool; // the corresponding constant pool member in ConstantPoolCache
417 _constant_pool(NULL) { in ConstantPoolCache()
447 ConstantPool** constant_pool_addr() { return &_constant_pool; } in constant_pool_addr()
455 void set_constant_pool(ConstantPool* pool) { _constant_pool = pool; } in set_constant_pool()
456 ConstantPool* constant_pool() const { return _constant_pool; } in constant_pool()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DMethodParameters.java65 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
72 c.setConstantPool(_constant_pool); in copy()
H A DNestHost.java137 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
139 c.setConstantPool(_constant_pool); in copy()
H A DModuleMainClass.java136 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
138 c.setConstantPool(_constant_pool); in copy()
H A DDeprecated.java139 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
145 c.setConstantPool(_constant_pool); in copy()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DMethodParameters.java65 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
72 c.setConstantPool(_constant_pool); in copy()
H A DDeprecated.java139 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
145 c.setConstantPool(_constant_pool); in copy()
H A DModuleMainClass.java136 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
138 c.setConstantPool(_constant_pool); in copy()
H A DNestHost.java137 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
139 c.setConstantPool(_constant_pool); in copy()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DMethodParameters.java65 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
72 c.setConstantPool(_constant_pool); in copy()
H A DNestHost.java137 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
139 c.setConstantPool(_constant_pool); in copy()
H A DDeprecated.java139 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
145 c.setConstantPool(_constant_pool); in copy()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DMethodParameters.java65 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
72 c.setConstantPool(_constant_pool); in copy()
H A DModuleMainClass.java136 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
138 c.setConstantPool(_constant_pool); in copy()
H A DNestHost.java137 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
139 c.setConstantPool(_constant_pool); in copy()
H A DDeprecated.java139 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
145 c.setConstantPool(_constant_pool); in copy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DMethodParameters.java65 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
72 c.setConstantPool(_constant_pool); in copy()
H A DDeprecated.java139 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
145 c.setConstantPool(_constant_pool); in copy()
H A DModuleMainClass.java136 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
138 c.setConstantPool(_constant_pool); in copy()
H A DNestHost.java137 public Attribute copy( final ConstantPool _constant_pool ) { in copy() argument
139 c.setConstantPool(_constant_pool); in copy()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DMethodParameters.java65 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
72 c.setConstantPool(_constant_pool); in copy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DMethodParameters.java65 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
72 c.setConstantPool(_constant_pool); in copy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DMethodParameters.java65 public Attribute copy(final ConstantPool _constant_pool) { in copy() argument
72 c.setConstantPool(_constant_pool); in copy()

12345678910