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

1234567

/openjdk7/langtools/test/tools/javac/varargs/7042566/
H A DT7042566.java35 import com.sun.tools.classfile.ConstantPool.*;
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DReferenceTypeImpl.java982 JDWP.ReferenceType.ConstantPool jdwpCPool;
990 jdwpCPool = JDWP.ReferenceType.ConstantPool.process(vm, this);
/openjdk7/jdk/make/sun/rmi/oldtools/
H A DFILES_java.gmk151 sun/tools/asm/ConstantPool.java \
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DObjectHeap.java360 if (klass.equals(constantPoolKlassHandle)) return new ConstantPool(handle, this);
H A DGenerateOopMap.java571 // accessors in ConstantPool and ConstantPoolCache)
576 ConstantPool cp = method().getConstants();
611 // accessors in ConstantPool and ConstantPoolCache)
1671 ConstantPool cp = method().getConstants();
1694 ConstantPool cp = method().getConstants();
1730 ConstantPool cp = _method.getConstants();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DClassWriter.java42 protected ConstantPool cpool;
231 // Klass already resolved. ConstantPool constains klassOop.
570 // fix ConstantPoolCache indices to ConstantPool indices.
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DBandStructure.java28 import com.sun.java.util.jar.pack.ConstantPool.Entry;
29 import com.sun.java.util.jar.pack.ConstantPool.Index;
1654 Utils.log.fine("setConstantValueIndex "+f+" "+ConstantPool.tagName(tag)+" => "+ix);
2372 int seq = ConstantPool.TAG_ORDER[ix.cpMap[0].tag];
H A DConstantPool.java43 class ConstantPool { class
44 private ConstantPool() {} // do not instantiate method in class:ConstantPool
/openjdk7/jdk/src/share/classes/java/lang/
H A DClass.java57 import sun.reflect.ConstantPool;
2359 native ConstantPool getConstantPool();
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java32 import sun.tools.asm.ConstantPool;
68 ConstantPool tab = new ConstantPool();

Completed in 109 milliseconds

1234567