Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp756 auto entity_pair = &class_hash_table[pos]; in GetClassIdFromClassHashTable() local
758 if (entity_pair->descriptor_hash % class_hash_table.size() != pos) { in GetClassIdFromClassHashTable()
763 if (hash == entity_pair->descriptor_hash) { in GetClassIdFromClassHashTable()
764 auto entity_id = File::EntityId(entity_pair->entity_id_offset); in GetClassIdFromClassHashTable()
770 if (entity_pair->next_pos == 0) { in GetClassIdFromClassHashTable()
773 entity_pair = &class_hash_table[entity_pair->next_pos - 1]; in GetClassIdFromClassHashTable()

Completed in 2 milliseconds