Searched refs:getStringIndex (Results 1 – 11 of 11) sorted by relevance
42 this(c.getStringIndex()); in ConstantString()95 public final int getStringIndex() { in getStringIndex() method in ConstantString
112 i = ((ConstantString) c).getStringIndex(); in constantToString()306 i = ((ConstantString) c).getStringIndex(); in getConstantString()
140 i = ((ConstantString) c).getStringIndex(); in toString()
100 final int i = ((org.apache.bcel.classfile.ConstantString) c).getStringIndex(); in getValue()
112 final ConstantUtf8 u8 = (ConstantUtf8) constants[s.getStringIndex()]; in ConstantPoolGen()785 final ConstantUtf8 u8 = (ConstantUtf8) constants[s.getStringIndex()]; in addConstant()
75 unsigned Index = getStringIndex(Name); in parseSections()112 unsigned Index = getStringIndex(Name); in parseSymbols()131 unsigned getStringIndex(StringRef Str) { in getStringIndex() function
77 unsigned Index = getStringIndex(Name); in parseSections()114 unsigned Index = getStringIndex(Name); in parseSymbols()133 unsigned getStringIndex(StringRef Str) { in getStringIndex() function
167 uint32_t getStringIndex() const { return StringIndex; } in getStringIndex() function
202 name_index = c5.getStringIndex(); in writeConstant()
615 StringTableOffsets[Child.second->getStringIndex()]); in writeDirectoryTree()
476 checkIndex(obj, obj.getStringIndex(), CONST_Utf8); in visitConstantString()