Searched refs:getNameIndex (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DConstantNameAndType.java81 this(c.getNameIndex(), c.getSignatureIndex());
134 public final int getNameIndex() { return name_index; } method in class:ConstantNameAndType
139 return cp.constantToString(getNameIndex(), Constants.CONSTANT_Utf8);
H A DConstantClass.java79 this(c.getNameIndex());
128 public final int getNameIndex() { return name_index; } method in class:ConstantClass
H A DFieldOrMethod.java82 this(c.getAccessFlags(), c.getNameIndex(), c.getSignatureIndex(),
167 public final int getNameIndex() { return name_index; } method in class:FieldOrMethod
H A DLocalVariable.java89 this(c.getStartPC(), c.getLength(), c.getNameIndex(),
175 public final int getNameIndex() { return name_index; } method in class:LocalVariable
H A DDeprecated.java80 this(c.getNameIndex(), c.getLength(), c.getBytes(), c.getConstantPool());
H A DPMGClass.java80 this(c.getNameIndex(), c.getLength(), c.getPMGIndex(), c.getPMGClassIndex(),
H A DSourceFile.java81 this(c.getNameIndex(), c.getLength(), c.getSourceFileIndex(),
H A DSynthetic.java84 this(c.getNameIndex(), c.getLength(), c.getBytes(), c.getConstantPool());
H A DConstantValue.java80 this(c.getNameIndex(), c.getLength(), c.getConstantValueIndex(),
H A DInnerClasses.java82 this(c.getNameIndex(), c.getLength(), c.getInnerClasses(),
H A DConstantPool.java147 i = ((ConstantClass)c).getNameIndex();
165 str = (constantToString(((ConstantNameAndType)c).getNameIndex(),
312 case Constants.CONSTANT_Class: i = ((ConstantClass)c).getNameIndex(); break;
H A DExceptionTable.java84 this(c.getNameIndex(), c.getLength(), c.getExceptionIndexTable(),
H A DLineNumberTable.java82 this(c.getNameIndex(), c.getLength(), c.getLineNumberTable(),
H A DLocalVariableTable.java81 this(c.getNameIndex(), c.getLength(), c.getLocalVariableTable(),
H A DLocalVariableTypeTable.java59 this(c.getNameIndex(), c.getLength(), c.getLocalVariableTypeTable(),
H A DUnknown.java104 this(c.getNameIndex(), c.getLength(), c.getBytes(), c.getConstantPool());
H A DAttribute.java257 public final int getNameIndex() { return name_index; } method in class:Attribute
H A DSignature.java79 this(c.getNameIndex(), c.getLength(), c.getSignatureIndex(), c.getConstantPool());
H A DCode.java98 this(c.getNameIndex(), c.getLength(), c.getMaxStack(), c.getMaxLocals(),
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DBreakpointInfo.java64 public long getNameIndex() { return nameIndexField.getValue(addr); } method in class:BreakpointInfo
75 return (getNameIndex() == m.getNameIndex() &&
H A DMethod.java135 public long getNameIndex() { return getConstMethod().getNameIndex(); } method in class:Method
227 public Symbol getName() { return getConstants().getSymbolAt(getNameIndex()); }
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DFieldOrMethod.java98 return ((ConstantUtf8)cp.getConstant(cnat.getNameIndex())).getBytes();
H A DConstantPoolGen.java119 ConstantUtf8 u8 = (ConstantUtf8)constants[s.getNameIndex()];
124 ConstantUtf8 u8 = (ConstantUtf8)constants[n.getNameIndex()];
137 ConstantUtf8 u8 = (ConstantUtf8)constants[clazz.getNameIndex()];
140 u8 = (ConstantUtf8)constants[n.getNameIndex()];
728 ConstantUtf8 u8 = (ConstantUtf8)constants[s.getNameIndex()];
735 ConstantUtf8 u8 = (ConstantUtf8)constants[n.getNameIndex()];
761 ConstantUtf8 u8 = (ConstantUtf8)constants[clazz.getNameIndex()];
764 u8 = (ConstantUtf8)constants[n.getNameIndex()];
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DConstantHTML.java218 name_index = c4.getNameIndex();
243 name_index = c6.getNameIndex();
H A DClassLoader.java218 ConstantUtf8 name = (ConstantUtf8)cp.getConstant(cl.getNameIndex(),

Completed in 293 milliseconds

12