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

  /dalvik/vm/
Native.h 40 u4 classDescriptorHash; /* initialized at runtime */
  /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 48 milliseconds