Searched refs:GetClassHashTable (Results 1 – 9 of 9) 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()
170 TEST_F(ClassHashTableTest, GetClassHashTable) in TEST_F() argument192 auto table = aotFile->GetClassHashTable(fileHeader); in TEST_F()201 auto table = aotPandaFile.GetClassHashTable(); in TEST_F()271 pfile->SetClassHashTable(aotPandaFile.GetClassHashTable()); in TEST_F()273 ASSERT(!pfile->GetClassHashTable().empty()); in TEST_F()274 ASSERT_EQ(pfile->GetClassHashTable().size(), aotPandaFile.GetClassHashTable().size()); in TEST_F()315 ASSERT(!pfPtr->GetClassHashTable().empty()); in TEST_F()
93 auto GetClassHashTable(const PandaFileHeader &fileHeader) const in GetClassHashTable() function244 classHashTable_ = GetAotFile()->GetClassHashTable(*header_); in LoadClassHashTable()247 ark::Span<const ark::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable() function
34 pf->SetClassHashTable(aotFile->GetClassHashTable()); in LoadAbcFile()
579 auto classHashTable = GetClassHashTable(); in GetClassId()612 auto classHashTable = GetClassHashTable(); in GetClassIdFromClassHashTable()
353 Span<const ark::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable() function
707 auto class_hash_table = GetClassHashTable(); in GetClassId()740 auto class_hash_table = GetClassHashTable(); in GetClassIdFromClassHashTable()
412 Span<const panda::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable() function
245 auto classHashTable = aotPandaFile.GetClassHashTable(); in DumpClassHashTable()