Searched refs:newTypeIdIdx (Results 1 – 1 of 1) sorted by relevance
269 int newTypeIdIdx = findTypeIdInsertionPoint(className); in createTypeId() local271 rawDexFile.typeIds.add(newTypeIdIdx, newTypeId); in createTypeId()274 if (newTypeIdIdx == 0) { in createTypeId()277 TypeIdItem prevTypeId = rawDexFile.typeIds.get(newTypeIdIdx - 1); in createTypeId()282 className, newTypeIdIdx)); in createTypeId()286 rawDexFile.incrementIndex(IndexUpdateKind.TYPE_ID, newTypeIdIdx); in createTypeId()289 return newTypeIdIdx; in createTypeId()