Searched refs:classDescriptorHash (Results 1 – 4 of 4) sorted by relevance
40 u4 classDescriptorHash; /* initialized at runtime */ member
163 static u4 classDescriptorHash(const char* str) in classDescriptorHash() function184 u4 hash = classDescriptorHash(classDescriptor); in classLookupAdd()200 pLookup->table[idx].classDescriptorHash = hash; in classLookupAdd()448 hash = classDescriptorHash(descriptor); in dexFindClass()462 if (pLookup->table[idx].classDescriptorHash == hash) { in dexFindClass()
460 u4 classDescriptorHash; // class descriptor hash code member
75 classPtr->classDescriptorHash = in dvmInternalNativeStartup()109 if (pClass->classDescriptorHash == hash && in dvmLookupInternalNativeMethod()