Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp671 auto entity_pair = &class_hash_table[pos]; in GetClassIdFromClassHashTable() local
673 if (entity_pair->descriptor_hash % class_hash_table.size() != pos) { in GetClassIdFromClassHashTable()
678 if (hash == entity_pair->descriptor_hash) { in GetClassIdFromClassHashTable()
679 auto entity_id = File::EntityId(entity_pair->entity_id_offset); in GetClassIdFromClassHashTable()
685 if (entity_pair->next_pos == 0) { in GetClassIdFromClassHashTable()
688 entity_pair = &class_hash_table[entity_pair->next_pos - 1]; in GetClassIdFromClassHashTable()