HomeSort by relevance Sort by last modified time
    Searched refs:classDescriptorHash (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/
Native.h 40 u4 classDescriptorHash; /* initialized at runtime */
  /dalvik/vm/native/
InternalNative.cpp 75 classPtr->classDescriptorHash =
109 if (pClass->classDescriptorHash == hash &&
  /dalvik/libdex/
DexFile.cpp 163 static u4 classDescriptorHash(const char* str)
184 u4 hash = classDescriptorHash(classDescriptor);
200 pLookup->table[idx].classDescriptorHash = hash;
448 hash = classDescriptorHash(descriptor);
462 if (pLookup->table[idx].classDescriptorHash == hash) {
DexFile.h 460 u4 classDescriptorHash; // class descriptor hash code

Completed in 32 milliseconds