Lines Matching refs:idx
105 const char* dexStringAndSizeById(const DexFile* pDexFile, u4 idx,
107 const DexStringId* pStringId = dexGetStringId(pDexFile, idx);
186 int idx = hash & mask;
193 while (pLookup->table[idx].classDescriptorOffset != 0) {
194 idx = (idx + 1) & mask;
200 pLookup->table[idx].classDescriptorHash = hash;
201 pLookup->table[idx].classDescriptorOffset = stringOff;
202 pLookup->table[idx].classDefOffset = classDefOff;
446 int idx, mask;
450 idx = hash & mask;
458 offset = pLookup->table[idx].classDescriptorOffset;
462 if (pLookup->table[idx].classDescriptorHash == hash) {
468 (pDexFile->baseAddr + pLookup->table[idx].classDefOffset);
472 idx = (idx + 1) & mask;