Searched refs:descriptorIdx (Results 1 – 3 of 3) sorted by relevance
22 public int descriptorIdx; field in TypeIdItem27 descriptorIdx = file.readUInt(); in read()33 file.writeUInt(descriptorIdx); in write()38 if (kind == IndexUpdateKind.STRING_ID && descriptorIdx >= insertedIdx) { in incrementIndex()39 descriptorIdx++; in incrementIndex()
114 int descriptorIdx = findString(className); in findTypeIdInsertionPoint() local116 if (descriptorIdx < 0) { in findTypeIdInsertionPoint()123 if (descriptorIdx < typeId.descriptorIdx) { in findTypeIdInsertionPoint()266 newTypeId.descriptorIdx = descriptorStringIdx; in createTypeId()293 int descriptorIdx = findString(className); in findTypeId() local294 if (descriptorIdx == -1) { in findTypeId()301 if (descriptorIdx == typeId.descriptorIdx) { in findTypeId()
278 className = rawDexFile.stringDatas.get(typeIdItem.descriptorIdx).getString() + "."; in associateCodeItemsWithMethodNames()623 return rawDexFile.stringDatas.get(typeIdItem.descriptorIdx).getString(); in getTypeString()