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

1234567

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DPMGClass.java93 ConstantPool constant_pool) throws IOException
106 ConstantPool constant_pool)
189 public Attribute copy(ConstantPool constant_pool) {
H A DSourceFile.java94 ConstantPool constant_pool) throws IOException
113 ConstantPool constant_pool)
173 public Attribute copy(ConstantPool constant_pool) {
H A DSynthetic.java96 ConstantPool constant_pool)
111 ConstantPool constant_pool) throws IOException
170 public Attribute copy(ConstantPool constant_pool) {
H A DLocalVariable.java82 private ConstantPool constant_pool;
98 LocalVariable(DataInputStream file, ConstantPool constant_pool)
116 ConstantPool constant_pool)
155 public final ConstantPool getConstantPool() { return constant_pool; }
205 public final void setConstantPool(ConstantPool constant_pool) {
H A DStackMapEntry.java79 private ConstantPool constant_pool;
86 StackMapEntry(DataInputStream file, ConstantPool constant_pool) throws IOException
104 ConstantPool constant_pool) {
204 public final ConstantPool getConstantPool() { return constant_pool; }
209 public final void setConstantPool(ConstantPool constant_pool) {
H A DAttribute.java90 protected ConstantPool constant_pool;
93 ConstantPool constant_pool) {
155 ConstantPool constant_pool)
267 * @see ConstantPool
269 public final ConstantPool getConstantPool() { return constant_pool; }
273 * @see ConstantPool
275 public final void setConstantPool(ConstantPool constant_pool) {
300 public abstract Attribute copy(ConstantPool constant_pool);
H A DConstantValue.java93 ConstantPool constant_pool) throws IOException
106 ConstantPool constant_pool)
176 public Attribute copy(ConstantPool constant_pool) {
H A DField.java83 Field(DataInputStream file, ConstantPool constant_pool)
97 Attribute[] attributes, ConstantPool constant_pool)
158 public final Field copy(ConstantPool constant_pool) {
H A DInnerClasses.java95 ConstantPool constant_pool)
111 ConstantPool constant_pool) throws IOException
174 public Attribute copy(ConstantPool constant_pool) {
H A DStackMap.java89 ConstantPool constant_pool)
105 ConstantPool constant_pool) throws IOException
165 public Attribute copy(ConstantPool constant_pool) {
H A DConstantClass.java140 public Object getConstantValue(ConstantPool cp) {
147 public String getBytes(ConstantPool cp) {
H A DConstantNameAndType.java138 public final String getName(ConstantPool cp) {
149 public final String getSignature(ConstantPool cp) {
H A DConstantString.java140 public Object getConstantValue(ConstantPool cp) {
147 public String getBytes(ConstantPool cp) {
H A DExceptionTable.java96 ConstantPool constant_pool)
111 ConstantPool constant_pool) throws IOException
199 public Attribute copy(ConstantPool constant_pool) {
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldOrMethod.java85 ConstantPool cp = cpg.getConstantPool();
95 ConstantPool cp = cpg.getConstantPool();
104 ConstantPool cp = cpg.getConstantPool();
H A DFieldInstruction.java61 import com.sun.org.apache.bcel.internal.classfile.ConstantPool;
90 public String toString(ConstantPool cp) {
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDescriptor.java75 public String getValue(ConstantPool constant_pool) throws ConstantPoolException {
79 public int getParameterCount(ConstantPool constant_pool)
90 public String getParameterTypes(ConstantPool constant_pool)
99 public String getReturnType(ConstantPool constant_pool)
108 public String getFieldType(ConstantPool constant_pool)
H A DConstantPool.java41 public class ConstantPool { class
166 ConstantPool(ClassReader cr) throws IOException, InvalidEntry { method in class:ConstantPool
236 public ConstantPool(CPInfo[] pool) { method in class:ConstantPool
357 CPInfo(ConstantPool cp) {
373 protected final ConstantPool cp;
377 protected CPRefInfo(ConstantPool cp, ClassReader cr, int tag) throws IOException {
384 protected CPRefInfo(ConstantPool cp, int tag, int class_index, int name_and_type_index) {
417 CONSTANT_Class_info(ConstantPool cp, ClassReader cr) throws IOException {
422 public CONSTANT_Class_info(ConstantPool cp, int name_index) {
519 CONSTANT_Fieldref_info(ConstantPool c
[all...]
H A DConstantValue_attribute.java44 public ConstantValue_attribute(ConstantPool constant_pool, int constantvalue_index)
H A DRuntimeInvisibleAnnotations_attribute.java44 public RuntimeInvisibleAnnotations_attribute(ConstantPool cp, Annotation[] annotations)
H A DRuntimeInvisibleParameterAnnotations_attribute.java44 public RuntimeInvisibleParameterAnnotations_attribute(ConstantPool cp, Annotation[][] parameter_annotations)
H A DRuntimeVisibleAnnotations_attribute.java44 public RuntimeVisibleAnnotations_attribute(ConstantPool cp, Annotation[] annotations)
H A DRuntimeVisibleParameterAnnotations_attribute.java44 public RuntimeVisibleParameterAnnotations_attribute(ConstantPool cp, Annotation[][] parameter_annotations)
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java33 import sun.reflect.ConstantPool;
64 ConstantPool constPool,
81 ConstantPool constPool,
126 ConstantPool constPool,
141 ConstantPool constPool,
191 ConstantPool constPool,
292 ConstantPool constPool,
329 ByteBuffer buf, ConstantPool constPool) {
365 ConstantPool constPool,
415 ConstantPool constPoo
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeGetPut.java39 ConstantPool cp = method().getConstants();
45 ConstantPool cp = method().getConstants();

Completed in 125 milliseconds

1234567