Searched defs:getConstantPool (Results 1 - 15 of 15) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DClassReader.java55 ConstantPool getConstantPool() { method in class:ClassReader
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DFieldOrMethod.java83 c.getAttributes(), c.getConstantPool());
155 public final ConstantPool getConstantPool() { return constant_pool; } method in class:FieldOrMethod
H A DStackMapType.java167 public final ConstantPool getConstantPool() { return constant_pool; } method in class:StackMapType
H A DAttribute.java269 public final ConstantPool getConstantPool() { return constant_pool; } method in class:Attribute
H A DConstantPool.java282 public Constant[] getConstantPool() { return constant_pool; } method in class:ConstantPool
H A DLocalVariable.java90 c.getSignatureIndex(), c.getIndex(), c.getConstantPool());
155 public final ConstantPool getConstantPool() { return constant_pool; } method in class:LocalVariable
H A DStackMapEntry.java204 public final ConstantPool getConstantPool() { return constant_pool; } method in class:StackMapEntry
H A DJavaClass.java379 public ConstantPool getConstantPool() { return constant_pool; } method in class:JavaClass
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldGenOrMethodGen.java94 public ConstantPoolGen getConstantPool() { return cp; } method in class:FieldGenOrMethodGen
H A DClassGen.java108 cp.addUtf8(file_name), cp.getConstantPool()));
143 cp = new ConstantPoolGen(clazz.getConstantPool());
397 public ConstantPoolGen getConstantPool() { return cp; } method in class:ClassGen
404 class_name = cp.getConstantPool().
410 super_class_name = cp.getConstantPool().
H A DConstantPoolGen.java71 * obtained with `getConstantPool()'. A constant pool has capacity for
162 this(cp.getConstantPool());
679 public ConstantPool getConstantPool() { method in class:ConstantPoolGen
716 Constant[] constants = cp.getConstantPool().getConstantPool();
H A DInstructionFactory.java85 this(cg, cg.getConstantPool());
625 public ConstantPoolGen getConstantPool() { return cp; } method in class:InstructionFactory
/openjdk7/jdk/src/share/classes/sun/misc/
H A DJavaLangAccess.java34 ConstantPool getConstantPool(Class klass); method in interface:JavaLangAccess
/openjdk7/jdk/src/share/back/
H A DReferenceTypeImpl.c310 getConstantPool(PacketInputStream *in, PacketOutputStream *out) function
626 ,(void *)getConstantPool
/openjdk7/jdk/src/share/classes/java/lang/
H A DClass.java2359 native ConstantPool getConstantPool(); method in class:Class
3169 getRawAnnotations(), getConstantPool(), this);

Completed in 78 milliseconds