Home
last modified time | relevance | path

Searched refs:getNameIndex (Results 1 – 25 of 48) sorted by relevance

12

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java444 checkIndex(obj, obj.getNameIndex(), CONST_Utf8); in visitConstantClass()
511 checkIndex(obj, obj.getNameIndex(), CONST_Utf8); in visitConstantNameAndType()
571 checkIndex(obj, obj.getNameIndex(), CONST_Utf8); in visitField()
622 checkIndex(obj, obj.getNameIndex(), CONST_Utf8); in visitMethod()
829 checkIndex(obj, obj.getNameIndex(), CONST_Utf8); in visitSourceFile()
831 final String name = ((ConstantUtf8) cp.getConstant(obj.getNameIndex())).getBytes(); in visitSourceFile()
853 checkIndex(obj, obj.getNameIndex(), CONST_Utf8); in visitDeprecated()
855 final String name = ((ConstantUtf8) cp.getConstant(obj.getNameIndex())).getBytes(); in visitDeprecated()
863 checkIndex(obj, obj.getNameIndex(), CONST_Utf8); in visitSynthetic()
864 final String name = ((ConstantUtf8) cp.getConstant(obj.getNameIndex())).getBytes(); in visitSynthetic()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DConstantNameAndType.java44 this(c.getNameIndex(), c.getSignatureIndex()); in ConstantNameAndType()
100 public final int getNameIndex() { in getNameIndex() method in ConstantNameAndType
108 return cp.constantToString(getNameIndex(), Const.CONSTANT_Utf8); in getName()
DConstantModule.java44 this(c.getNameIndex()); in ConstantModule()
98 public final int getNameIndex() { in getNameIndex() method in ConstantModule
DConstantPackage.java44 this(c.getNameIndex()); in ConstantPackage()
98 public final int getNameIndex() { in getNameIndex() method in ConstantPackage
DConstantClass.java42 this(c.getNameIndex()); in ConstantClass()
96 public final int getNameIndex() { in getNameIndex() method in ConstantClass
DConstantPool.java107 i = ((ConstantClass) c).getNameIndex(); in constantToString()
132 str = constantToString(((ConstantNameAndType) c).getNameIndex(), in constantToString()
303 i = ((ConstantClass) c).getNameIndex(); in getConstantString()
DLocalVariable.java52 this(c.getStartPC(), c.getLength(), c.getNameIndex(), c.getSignatureIndex(), c.getIndex(), in LocalVariable()
167 public final int getNameIndex() { in getNameIndex() method in LocalVariable
DFieldOrMethod.java79 this(c.getAccessFlags(), c.getNameIndex(), c.getSignatureIndex(), c.getAttributes(), c in FieldOrMethod()
185 public final int getNameIndex() { in getNameIndex() method in FieldOrMethod
DElementValuePair.java59 public int getNameIndex() in getNameIndex() method in ElementValuePair
DMethodParameter.java56 public int getNameIndex() { in getNameIndex() method in MethodParameter
DSourceFile.java45 this(c.getNameIndex(), c.getLength(), c.getSourceFileIndex(), c.getConstantPool()); in SourceFile()
DDeprecated.java44 this(c.getNameIndex(), c.getLength(), c.getBytes(), c.getConstantPool()); in Deprecated()
DSynthetic.java48 this(c.getNameIndex(), c.getLength(), c.getBytes(), c.getConstantPool()); in Synthetic()
DPMGClass.java44 this(c.getNameIndex(), c.getLength(), c.getPMGIndex(), c.getPMGClassIndex(), c in PMGClass()
DConstantValue.java44 this(c.getNameIndex(), c.getLength(), c.getConstantValueIndex(), c.getConstantPool()); in ConstantValue()
DBootstrapMethods.java42 this(c.getNameIndex(), c.getLength(), c.getBootstrapMethods(), c.getConstantPool()); in BootstrapMethods()
DInnerClasses.java45 this(c.getNameIndex(), c.getLength(), c.getInnerClasses(), c.getConstantPool()); in InnerClasses()
DLocalVariableTypeTable.java62 this(c.getNameIndex(), c.getLength(), c.getLocalVariableTypeTable(), c.getConstantPool()); in LocalVariableTypeTable()
DUnknown.java63 this(c.getNameIndex(), c.getLength(), c.getBytes(), c.getConstantPool()); in Unknown()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DConstantPoolGen.java119 final ConstantUtf8 u8 = (ConstantUtf8) constants[s.getNameIndex()]; in ConstantPoolGen()
126 final ConstantUtf8 u8 = (ConstantUtf8) constants[n.getNameIndex()]; in ConstantPoolGen()
155 u8 = (ConstantUtf8) constants[clazz.getNameIndex()]; in ConstantPoolGen()
160 u8 = (ConstantUtf8) constants[n.getNameIndex()]; in ConstantPoolGen()
790 final ConstantUtf8 u8 = (ConstantUtf8) constants[s.getNameIndex()]; in addConstant()
795 final ConstantUtf8 u8 = (ConstantUtf8) constants[n.getNameIndex()]; in addConstant()
815 ConstantUtf8 u8 = (ConstantUtf8) constants[clazz.getNameIndex()]; in addConstant()
817 u8 = (ConstantUtf8) constants[n.getNameIndex()]; in addConstant()
DElementValuePairGen.java56 nameIdx = nvp.getNameIndex(); in ElementValuePairGen()
93 public int getNameIndex() in getNameIndex() method in ElementValuePairGen
DNameSignatureInstruction.java60 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
DFieldOrMethod.java66 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
/external/proguard/src/proguard/classfile/constant/
DNameAndTypeConstant.java62 protected int getNameIndex() in getNameIndex() method in NameAndTypeConstant
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DConstantHTML.java187 name_index = c4.getNameIndex(); in writeConstant()
210 name_index = c6.getNameIndex(); in writeConstant()

12