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

  /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 528 u4 classDescriptorHash; // class descriptor hash code
    [all...]

Completed in 310 milliseconds