Searched refs:getConstants (Results 1 - 25 of 28) sorted by relevance

12

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/core/
H A DEnumLeafInfo.java72 Iterable<? extends EnumConstant> getConstants(); method in interface:EnumLeafInfo
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeGetPut.java39 ConstantPool cp = method().getConstants();
45 ConstantPool cp = method().getConstants();
50 return method().getConstants().getFieldRefAt(index());
H A DBytecodeWithCPIndex.java52 ConstantPoolCache cpCache = method().getConstants().getCache();
H A DBytecodeWithKlass.java36 return method().getConstants().getKlassAt(index());
40 ConstantPool.CPSlot obj = method().getConstants().getSlotAt(index());
H A DBytecodeInvoke.java56 ConstantPool cp = method().getConstants();
65 ConstantPool cp = method().getConstants();
73 return method().getConstants().getMethodRefAt(index());
115 ConstantPool cp = method.getConstants();
H A DBytecodeLoadConstant.java51 return method().getConstants().objectToCPIndex(index);
67 ConstantTag tag = method().getConstants().getTagAt(index);
91 ConstantTag ctag = method().getConstants().getTagAt(poolIndex());
110 ConstantTag ctag = method().getConstants().getTagAt(poolIndex());
122 ConstantPool cpool = method().getConstants();
153 ConstantPool cpool = method().getConstants();
/openjdk9/hotspot/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DMarkId.java59 this.value = (int) (long) HotSpotJVMCIRuntime.runtime().getConfigStore().getConstants().get(name);
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCache.java70 public ConstantPool getConstants() { return (ConstantPool) constants.getValue(this); } method in class:ConstantPoolCache
88 tty.print("ConstantPoolCache for " + getConstants().getPoolHolder().getName().asString() + " address = " + getAddress() + " offset = " + baseOffset);
H A DMethod.java118 public ConstantPool getConstants() { method in class:Method
119 return getConstMethod().getConstants();
221 public Symbol getName() { return getConstants().getSymbolAt(getNameIndex()); }
222 public Symbol getSignature() { return getConstants().getSymbolAt(getSignatureIndex()); }
225 return (index != 0L) ? getConstants().getSymbolAt(index) : null;
229 public InstanceKlass getMethodHolder() { return getConstants().getPoolHolder(); }
309 return getConstants().getSymbolAt(local.getNameCPIndex());
H A DInstanceKlass.java353 return getConstants().getSymbolAt(nameIndex);
367 return getConstants().getSymbolAt(signatureIndex);
398 return getConstants().getSymbolAt(genericSignatureIndex);
450 public ConstantPool getConstants() { return (ConstantPool) constants.getValue(this); } method in class:InstanceKlass
453 public Symbol getSourceFileName() { return getConstants().getSymbolAt(sourceFileNameIndex.getValue(this)); }
465 return getConstants().getSymbolAt(index);
519 ConstantPool.CPSlot classInfo = getConstants().getSlotAt(ioff);
574 ConstantPool.CPSlot iclassInfo = getConstants().getSlotAt(ioff);
575 Symbol innerName = getConstants().getKlassNameAt(ioff);
595 ConstantPool.CPSlot oclassInfo = getConstants()
[all...]
H A DConstMethod.java127 InstanceKlass ik = (InstanceKlass)getConstants().getPoolHolder();
133 public ConstantPool getConstants() { method in class:ConstMethod
H A DGenerateOopMap.java576 ConstantPool cp = method().getConstants();
1671 ConstantPool cp = method().getConstants();
1694 ConstantPool cp = method().getConstants();
1730 ConstantPool cp = _method.getConstants();
/openjdk9/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotVMConfigStore.java54 public Map<String, Long> getConstants() { method in class:HotSpotVMConfigStore
H A DHotSpotCodeCacheProvider.java60 for (Map.Entry<String, Long> e : store.getConstants().entrySet()) {
H A DHotSpotJVMCIRuntime.java515 TreeMap<String, Long> constants = new TreeMap<>(store.getConstants());
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaFrame.java166 String name = method.getConstants().getSymbolAt(cur.getNameCPIndex()).asString();
169 String signature = method.getConstants().getSymbolAt(cur.getDescriptorCPIndex()).asString();
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/model/impl/
H A DEnumLeafInfoImpl.java194 public Iterable<? extends EnumConstantImpl<T,C,F,M>> getConstants() { method in class:EnumLeafInfoImpl
203 getConstants();
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DBinaryMember.java108 BinaryConstantPool cpool = ((BinaryClass)getClassDefinition()).getConstants();
177 BinaryConstantPool cpool = ((BinaryClass)getClassDefinition()).getConstants();
H A DBinaryClass.java520 public BinaryConstantPool getConstants() { method in class:BinaryClass
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/model/
H A DCEnumLeafInfo.java257 public Collection<CEnumConstant> getConstants() { method in class:CEnumLeafInfo
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/soql/
H A DSOQL.java162 ConstantPool cp = klass.getConstants();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/
H A DClassLoaderStats.java258 ConstantPool cp = k.getConstants();
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ci/
H A DciInstanceKlass.java86 ConstantPool cp = ik.getConstants();
/openjdk9/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java508 Vector conVec = getConstants( t ); //collect constants
554 Vector conVec = getConstants( t ); //collect constants
601 Vector conVec = getConstants( t ); //collect constants
1056 protected Vector getConstants( method in class:IDLGenerator
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java77 cpool = klass.getConstants();

Completed in 272 milliseconds

12