Searched refs:GetClassHashTable (Results 1 – 3 of 3) sorted by relevance
125 TEST_F(ClassHashTableTest, GetClassHashTable) in TEST_F() argument184 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()
635 auto class_hash_table = GetClassHashTable(); in GetClassId()668 auto class_hash_table = GetClassHashTable(); in GetClassIdFromClassHashTable()
404 Span<const panda::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable() function