Home
last modified time | relevance | path

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

/dalvik/vm/
DNative.h40 u4 classDescriptorHash; /* initialized at runtime */ member
/dalvik/libdex/
DDexFile.cpp163 static u4 classDescriptorHash(const char* str) in classDescriptorHash() function
184 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()
DDexFile.h460 u4 classDescriptorHash; // class descriptor hash code member
/dalvik/vm/native/
DInternalNative.cpp75 classPtr->classDescriptorHash = in dvmInternalNativeStartup()
109 if (pClass->classDescriptorHash == hash && in dvmLookupInternalNativeMethod()