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.c 74 classPtr->classDescriptorHash =
108 if (pClass->classDescriptorHash == hash &&
  /dalvik/libdex/
DexFile.c 343 static u4 classDescriptorHash(const char* str)
364 u4 hash = classDescriptorHash(classDescriptor);
380 pLookup->table[idx].classDescriptorHash = hash;
655 hash = classDescriptorHash(descriptor);
669 if (pLookup->table[idx].classDescriptorHash == hash) {
DexFile.h 437 u4 classDescriptorHash; // class descriptor hash code
    [all...]

Completed in 123 milliseconds