Home
last modified time | relevance | path

Searched refs:pLookup (Results 1 – 1 of 1) sorted by relevance

/dalvik/libdex/
DDexFile.cpp177 static void classLookupAdd(DexFile* pDexFile, DexClassLookup* pLookup, in classLookupAdd() argument
185 int mask = pLookup->numEntries-1; in classLookupAdd()
193 while (pLookup->table[idx].classDescriptorOffset != 0) { in classLookupAdd()
200 pLookup->table[idx].classDescriptorHash = hash; in classLookupAdd()
201 pLookup->table[idx].classDescriptorOffset = stringOff; in classLookupAdd()
202 pLookup->table[idx].classDefOffset = classDefOff; in classLookupAdd()
213 DexClassLookup* pLookup; in dexCreateClassLookup() local
231 + numEntries * sizeof(pLookup->table[0]); in dexCreateClassLookup()
233 pLookup = (DexClassLookup*) calloc(1, allocSize); in dexCreateClassLookup()
234 if (pLookup == NULL) in dexCreateClassLookup()
[all …]