Searched refs:ConstantPool (Results 126 - 150 of 160) sorted by relevance

1234567

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/classbrowser/
H A DHTMLGenerator.java485 protected String genHTMLTableForConstantPool(ConstantPool cpool) {
624 public String genHTML(ConstantPool cpool) {
639 protected String genConstantPoolHref(ConstantPool cpool) {
643 protected String genConstantPoolTitle(ConstantPool cpool) {
652 protected String genConstantPoolLink(ConstantPool cpool) {
673 ConstantPool cpool = ((InstanceKlass) method.getMethodHolder()).getConstants();
680 ConstantPool.CPSlot obj = cpool.getSlotAt(cpIndex);
812 ConstantPool.CPSlot obj = cpIndex == 0? null : cpool.getSlotAt(cpIndex);
889 } else if (obj instanceof ConstantPool) {
890 return genHTML((ConstantPool) ob
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DInstanceKlass.java340 public ConstantPool getConstants() { return (ConstantPool) constants.getValue(this); }
405 ConstantPool.CPSlot classInfo = getConstants().getSlotAt(ioff);
460 ConstantPool.CPSlot iclassInfo = getConstants().getSlotAt(ioff);
489 ConstantPool.CPSlot oclassInfo = getConstants().getSlotAt(ooff);
H A DConstantPool.java34 // A ConstantPool is an oop containing class constants
37 public class ConstantPool extends Oop implements ClassConstants { class in inherits:Oop,ClassConstants
100 ConstantPool(OopHandle handle, ObjectHeap heap) { method in class:ConstantPool
180 System.err.print("ConstantPool.getFieldOrMethodAt(" + which + "): new index = ");
198 System.err.println("ConstantPool.getFieldOrMethodAt(" + i + "): result = " + res);
209 System.err.println("ConstantPool.getNameAndTypeAt(" + which + "): result = " + i);
310 System.err.println("ConstantPool.getNameRefIndexAt(" + index + "): refIndex = " + refIndex[0]+"/"+refIndex[1]);
314 System.err.println("ConstantPool.getNameRefIndexAt(" + index + "): result = " + i);
323 System.err.println("ConstantPool.getSignatureRefIndexAt(" + index + "): refIndex = " + refIndex[0]+"/"+refIndex[1]);
327 System.err.println("ConstantPool
[all...]
H A DMethod.java126 public ConstantPool getConstants() {
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAttributeWriter.java38 import com.sun.tools.classfile.ConstantPool;
90 public void write(Object owner, Attribute attr, ConstantPool constant_pool) {
101 public void write(Object owner, Attributes attrs, ConstantPool constant_pool) {
333 String getInnerName(ConstantPool constant_pool, InnerClasses_attribute.Info info) {
676 private ConstantPool constant_pool;
H A DJavapTask.java644 ConstantPool.CONSTANT_Class_info outerClassInfo = cf.constant_pool.getClassInfo(outerIndex);
648 ConstantPool.CONSTANT_Class_info innerClassInfo = cf.constant_pool.getClassInfo(innerIndex);
837 protected void write(ConstantPool constant_pool) {
842 protected void write(ConstantPool constant_pool, int value) {
847 protected void write(ConstantPool.CPInfo value) {
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDependencies.java47 import static com.sun.tools.classfile.ConstantPool.*;
544 class Visitor implements ConstantPool.Visitor<Void,Void>, Type.Visitor<Void, Void> {
545 private ConstantPool constant_pool;
595 // ConstantPool.Visitor methods
H A DAnnotation.java54 public Annotation(ConstantPool constant_pool,
H A DStackMapTable_attribute.java55 public StackMapTable_attribute(ConstantPool constant_pool, stack_map_frame[] entries)
H A DClassWriter.java37 import static com.sun.tools.classfile.ConstantPool.*;
119 ConstantPool pool = classFile.constant_pool;
234 implements ConstantPool.Visitor<Integer,ClassOutputStream> {
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DInstruction.java306 void collect(ConstantPool tab) {
510 int size(ConstantPool tab) {
644 void write(DataOutputStream out, ConstantPool tab) throws IOException {
H A DConstantPool.java44 class ConstantPool implements RuntimeConstants { class in inherits:RuntimeConstants
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java156 ConstantPool constant_pool,
182 ConstantPool constant_pool,
197 ConstantPool constant_pool, boolean verbose)
443 public static final String codeToString(ByteSequence bytes, ConstantPool constant_pool)
H A DDescendingVisitor.java242 public void visitConstantPool(ConstantPool cp) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldGen.java114 ConstantPool cp = this.cp.getConstantPool();
H A DClassGen.java175 ConstantPool cp = this.cp.getFinalConstantPool();
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DClass2HTML.java95 private static ConstantPool constant_pool;
197 "\" TARGET=ConstantPool>" + str + "</A>";
246 "<FRAME NAME=\"ConstantPool\" SRC=\"" + class_name + "_cp.html" + "\"\n MARGINWIDTH=\"0\" " +
H A DCodeHTML.java76 private ConstantPool constant_pool;
81 Method[] methods, ConstantPool constant_pool,
306 "\" TARGET=ConstantPool>" + str + "</A>" + "(");
326 "\" TARGET=\"ConstantPool\">" +
336 "\" TARGET=\"ConstantPool\">" +
/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/langtools/test/tools/javac/7003595/
H A DT7003595.java34 import com.sun.tools.classfile.ConstantPool.*;
/openjdk7/jdk/src/share/classes/java/lang/
H A DSystem.java1177 public sun.reflect.ConstantPool getConstantPool(Class klass) {
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java28 import com.sun.java.util.jar.pack.ConstantPool.Entry;
29 import com.sun.java.util.jar.pack.ConstantPool.Index;
465 return ConstantPool.getUtf8Entry(name());
1281 globalRef = ConstantPool.getSignatureEntry(typeName);
1480 cpMap[i] = ConstantPool.getLiteralEntry(new Integer(i));
1518 return ConstantPool.getLiteralEntry(new Integer(value));
1529 if (ref instanceof ConstantPool.NumberEntry)
1530 refValue = ((ConstantPool.NumberEntry)ref).numberValue();
/openjdk7/langtools/test/tools/javac/varargs/6199075/
H A DT6199075.java38 import com.sun.tools.classfile.ConstantPool.*;
/openjdk7/jdk/src/share/classes/sun/misc/
H A DProxyGenerator.java368 private ConstantPool cp = new ConstantPool();
1673 * A ConstantPool object represents the constant pool of a class file
1682 * ConstantPool instance can be marked "read only", so that further
1688 private static class ConstantPool { class in class:ProxyGenerator
1799 * Set this ConstantPool instance to be "read only".

Completed in 149 milliseconds

1234567