Home
last modified time | relevance | path

Searched refs:descriptor_hash (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp673 if (entity_pair->descriptor_hash % class_hash_table.size() != pos) { in GetClassIdFromClassHashTable()
678 if (hash == entity_pair->descriptor_hash) { in GetClassIdFromClassHashTable()
Dfile.h46 uint32_t descriptor_hash; member