Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp125 TEST_F(ClassHashTableTest, GetClassHashTable) in TEST_F() argument
184 auto table = aot_file->GetClassHashTable(file_header); in TEST_F()
193 auto table = aot_panda_file.GetClassHashTable(); in TEST_F()
263 pfile->SetClassHashTable(aot_panda_file.GetClassHashTable()); in TEST_F()
265 ASSERT(!pfile->GetClassHashTable().empty()); in TEST_F()
266 ASSERT_EQ(pfile->GetClassHashTable().size(), aot_panda_file.GetClassHashTable().size()); in TEST_F()
307 ASSERT(!pf_ptr->GetClassHashTable().empty()); in TEST_F()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp635 auto class_hash_table = GetClassHashTable(); in GetClassId()
668 auto class_hash_table = GetClassHashTable(); in GetClassIdFromClassHashTable()
Dfile.h404 Span<const panda::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable() function