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

/dalvik/vm/
H A DNative.h40 u4 classDescriptorHash; /* initialized at runtime */ member in struct:DalvikNativeClass
/dalvik/vm/native/
H A DInternalNative.cpp75 classPtr->classDescriptorHash =
109 if (pClass->classDescriptorHash == hash &&
/dalvik/libdex/
H A DDexFile.cpp163 static u4 classDescriptorHash(const char* str) function
184 u4 hash = classDescriptorHash(classDescriptor);
200 pLookup->table[idx].classDescriptorHash = hash;
448 hash = classDescriptorHash(descriptor);
462 if (pLookup->table[idx].classDescriptorHash == hash) {
H A DDexFile.h460 u4 classDescriptorHash; // class descriptor hash code member in struct:DexClassLookup::__anon11

Completed in 1541 milliseconds