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

1234567

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DSignature.java46 public Type getType(ConstantPool constant_pool) throws ConstantPoolException {
53 public int getParameterCount(ConstantPool constant_pool) throws ConstantPoolException {
59 public String getParameterTypes(ConstantPool constant_pool) throws ConstantPoolException {
74 public String getReturnType(ConstantPool constant_pool) throws ConstantPoolException {
80 public String getFieldType(ConstantPool constant_pool) throws ConstantPoolException {
H A DClassFile.java78 constant_pool = new ConstantPool(cr);
102 ConstantPool constant_pool, AccessFlags access_flags,
177 public final ConstantPool constant_pool;
H A DCharacterRangeTable_attribute.java55 public CharacterRangeTable_attribute(ConstantPool constant_pool, Entry[] character_range_table)
H A DClassReader.java55 ConstantPool getConstantPool() {
H A DLineNumberTable_attribute.java47 public LineNumberTable_attribute(ConstantPool constant_pool, Entry[] line_number_table)
H A DLocalVariableTable_attribute.java47 public LocalVariableTable_attribute(ConstantPool constant_pool, Entry[] local_variable_table)
H A DLocalVariableTypeTable_attribute.java47 public LocalVariableTypeTable_attribute(ConstantPool constant_pool, Entry[] local_variable_table)
H A DStackMap_attribute.java46 public StackMap_attribute(ConstantPool constant_pool, stack_map_frame[] entries)
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DSignature.java91 ConstantPool constant_pool) throws IOException
103 ConstantPool constant_pool)
296 public Attribute copy(ConstantPool constant_pool) {
H A DConstantCP.java139 public String getClass(ConstantPool cp) {
H A DEmptyVisitor.java87 public void visitConstantPool(ConstantPool obj) {}
H A DVisitor.java83 public void visitConstantPool(ConstantPool obj);
H A DClassParser.java87 private ConstantPool constant_pool; // collection of constants
257 constant_pool = new ConstantPool(file);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DConstantPoolCache.java68 public ConstantPool getConstants() { return (ConstantPool) constants.getValue(this); }
/openjdk7/jdk/make/java/java/
H A DFILES_c.gmk71 ConstantPool.c \
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInvokeInstruction.java87 public String toString(ConstantPool cp) {
H A DInstruction.java63 import com.sun.org.apache.bcel.internal.classfile.ConstantPool;
129 public String toString(ConstantPool cp) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeWithKlass.java40 ConstantPool.CPSlot obj = method().getConstants().getSlotAt(index());
H A DBytecodeInvoke.java56 ConstantPool cp = method().getConstants();
66 ConstantPool cp = method().getConstants();
/openjdk7/jdk/test/sun/reflect/CallerSensitive/
H A DMethodFinder.java26 import static com.sun.tools.classfile.ConstantPool.*;
53 for (ConstantPool.CPInfo cpInfo : cf.constant_pool.entries()) {
80 private ConstantPool.Visitor<Boolean,Void> cpVisitor =
81 new ConstantPool.Visitor<Boolean,Void>()
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPackage.java29 import com.sun.java.util.jar.pack.ConstantPool.ClassEntry;
30 import com.sun.java.util.jar.pack.ConstantPool.DescriptorEntry;
31 import com.sun.java.util.jar.pack.ConstantPool.Index;
32 import com.sun.java.util.jar.pack.ConstantPool.LiteralEntry;
33 import com.sun.java.util.jar.pack.ConstantPool.Utf8Entry;
34 import com.sun.java.util.jar.pack.ConstantPool.Entry;
89 ConstantPool.IndexGroup cp = new ConstantPool.IndexGroup();
99 cp = new ConstantPool.IndexGroup();
351 ConstantPool
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/
H A DByteCodeRewriter.java36 private ConstantPool cpool;
48 public ByteCodeRewriter(Method method, ConstantPool cpool, byte[] code) {
58 // get ConstantPool index from ConstantPoolCacheIndex at given bci
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DAnnotationWriter.java34 import com.sun.tools.classfile.ConstantPool;
100 ConstantPool constant_pool = classWriter.getClassFile().constant_pool;
H A DLocalVariableTableWriter.java30 import com.sun.tools.classfile.ConstantPool;
110 ConstantPool constant_pool = classWriter.getClassFile().constant_pool;
H A DLocalVariableTypeTableWriter.java30 import com.sun.tools.classfile.ConstantPool;
111 ConstantPool constant_pool = classWriter.getClassFile().constant_pool;

Completed in 67 milliseconds

1234567