Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
Dclass_hash_table_test.cpp125 TEST_F(ClassHashTableTest, GetClassHashTable) in TEST_F() argument
184 auto table = aotFile->GetClassHashTable(fileHeader); in TEST_F()
193 auto table = aotPandaFile.GetClassHashTable(); in TEST_F()
263 pfile->SetClassHashTable(aotPandaFile.GetClassHashTable()); in TEST_F()
265 ASSERT(!pfile->GetClassHashTable().empty()); in TEST_F()
266 ASSERT_EQ(pfile->GetClassHashTable().size(), aotPandaFile.GetClassHashTable().size()); in TEST_F()
307 ASSERT(!pfPtr->GetClassHashTable().empty()); in TEST_F()
/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/static_core/compiler/aot/
Daot_file.h93 auto GetClassHashTable(const PandaFileHeader &fileHeader) const in GetClassHashTable() function
244 classHashTable_ = GetAotFile()->GetClassHashTable(*header_); in LoadClassHashTable()
247 panda::Span<const panda::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable() function
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp34 pf->SetClassHashTable(aotFile->GetClassHashTable()); in LoadAbcFile()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp582 auto classHashTable = GetClassHashTable(); in GetClassId()
616 auto classHashTable = GetClassHashTable(); in GetClassIdFromClassHashTable()
Dfile.h353 Span<const panda::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable() function
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp653 auto class_hash_table = GetClassHashTable(); in GetClassId()
686 auto class_hash_table = GetClassHashTable(); in GetClassIdFromClassHashTable()
Dfile.h404 Span<const panda::panda_file::EntityPairHeader> GetClassHashTable() const in GetClassHashTable() function
/arkcompiler/runtime_core/static_core/compiler/tools/aotdump/
Daotdump.cpp244 auto classHashTable = aotPandaFile.GetClassHashTable(); in DumpClassHashTable()