Home
last modified time | relevance | path

Searched defs:class_hash_table (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp635 auto class_hash_table = GetClassHashTable(); in GetClassId() local
668 auto class_hash_table = GetClassHashTable(); in GetClassIdFromClassHashTable() local
Dfile.h420 …void SetClassHashTable(panda::Span<const panda::panda_file::EntityPairHeader> class_hash_table) co… in SetClassHashTable()