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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DEnumLeafInfo.java72 Iterable<? extends EnumConstant> getConstants(); method in interface:EnumLeafInfo
/openjdk7/hotspot/agent/src/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.java45 ConstantPoolCache cpCache = method().getConstants().getCache();
H A DBytecodeWithKlass.java36 return method().getConstants().getKlassRefAt(index());
40 ConstantPool.CPSlot obj = method().getConstants().getSlotAt(index());
H A DBytecodeLoadConstant.java51 ConstantPoolCache cpCache = method().getConstants().getCache();
68 ConstantTag tag = method().getConstants().getTagAt(index);
75 ConstantPoolCache cpCache = method().getConstants().getCache();
93 ConstantTag ctag = method().getConstants().getTagAt(poolIndex());
112 ConstantTag ctag = method().getConstants().getTagAt(poolIndex());
124 ConstantPool cpool = method().getConstants();
155 ConstantPool cpool = method().getConstants();
H A DBytecodeInvoke.java56 ConstantPool cp = method().getConstants();
66 ConstantPool cp = method().getConstants();
83 return method().getConstants().getMethodRefAt(index());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DMethod.java126 public ConstantPool getConstants() { method in class:Method
127 return getConstMethod().getConstants();
227 public Symbol getName() { return getConstants().getSymbolAt(getNameIndex()); }
228 public Symbol getSignature() { return getConstants().getSymbolAt(getSignatureIndex()); }
231 return (index != 0L) ? getConstants().getSymbolAt(index) : null;
235 public Klass getMethodHolder() { return getConstants().getPoolHolder(); }
323 return getConstants().getSymbolAt(local.getNameCPIndex());
H A DConstantPoolCache.java68 public ConstantPool getConstants() { return (ConstantPool) constants.getValue(this); } method in class:ConstantPoolCache
118 tty.print("ConstantPoolCache for " + getConstants().getPoolHolder().getName().asString());
H A DInstanceKlass.java259 return getConstants().getSymbolAt(nameIndex);
273 return getConstants().getSymbolAt(signatureIndex);
304 return getConstants().getSymbolAt(genericSignatureIndex);
340 public ConstantPool getConstants() { return (ConstantPool) constants.getValue(this); } method in class:InstanceKlass
405 ConstantPool.CPSlot classInfo = getConstants().getSlotAt(ioff);
460 ConstantPool.CPSlot iclassInfo = getConstants().getSlotAt(ioff);
489 ConstantPool.CPSlot oclassInfo = getConstants().getSlotAt(ooff);
H A DConstMethod.java106 InstanceKlass ik = (InstanceKlass)getConstants().getPoolHolder();
112 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();
/openjdk7/hotspot/agent/src/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();
/openjdk7/jaxws/src/share/jaxws_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();
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryMember.java108 BinaryConstantPool cpool = ((BinaryClass)getClassDefinition()).getConstants();
177 BinaryConstantPool cpool = ((BinaryClass)getClassDefinition()).getConstants();
H A DBinaryClass.java519 public BinaryConstantPool getConstants() { method in class:BinaryClass
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DConcreteMethodImpl.java427 saMethod.getConstants().getSymbolAt(locals[ii].getNameCPIndex()).asString();
446 saMethod.getConstants().getSymbolAt(locals[ii].getDescriptorCPIndex()).asString();
451 genericSignature = saMethod.getConstants().getSymbolAt(genericSigIndex).asString();
H A DReferenceTypeImpl.java962 return (int)((InstanceKlass)saKlass).getConstants().getLength();
977 ((InstanceKlass)saKlass).getConstants().writeBytes(bs);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCEnumLeafInfo.java258 public Collection<CEnumConstant> getConstants() { method in class:CEnumLeafInfo
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DVariablePanel.java103 name = m.getConstants().getSymbolAt(local.getNameCPIndex());
123 descriptor = m.getConstants().getSymbolAt(local.getDescriptorCPIndex());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DPermStat.java246 ConstantPool cp = k.getConstants();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/soql/
H A DSOQL.java154 ConstantPool cp = klass.getConstants();
/openjdk7/corba/src/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
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java76 cpool = klass.getConstants();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java673 ConstantPool cpool = ((InstanceKlass) method.getMethodHolder()).getConstants();
1965 buf.append(genConstantPoolLink(klass.getConstants()));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java842 for (EnumConstant c : e.getConstants()) {

Completed in 103 milliseconds