Searched refs:typeIdIdx (Results 1 – 1 of 1) sorted by relevance
121 int typeIdIdx = 0; in findTypeIdInsertionPoint() local126 typeIdIdx++; in findTypeIdInsertionPoint()128 return typeIdIdx; in findTypeIdInsertionPoint()180 int typeIdIdx = findOrCreateTypeId(className); in createMethodId() local189 newMethodId.classIdx = (short) typeIdIdx; in createMethodId()299 int typeIdIdx = 0; in findTypeId() local302 return typeIdIdx; in findTypeId()304 typeIdIdx++; in findTypeId()314 int typeIdIdx = findTypeId(className); in findOrCreateTypeId() local315 if (typeIdIdx != -1) { in findOrCreateTypeId()[all …]