Home
last modified time | relevance | path

Searched refs:AddClassHashTable (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp100 TEST_F(ClassHashTableTest, AddClassHashTable) in TEST_F() argument
116 aot_builder.AddClassHashTable(pfile_ref); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.h116 void AddClassHashTable(const panda_file::File &pandaFile);
Daot_builder.cpp299 void AotBuilder::AddClassHashTable(const panda_file::File &pandaFile) in AddClassHashTable() function in ark::compiler::AotBuilder
/arkcompiler/runtime_core/static_core/compiler/tests/
Dclass_hash_table_test.cpp100 TEST_F(ClassHashTableTest, AddClassHashTable) in TEST_F() argument
116 aotBuilder.AddClassHashTable(pfileRef); in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
Dpaoc.cpp970 aotBuilder_->AddClassHashTable(pfileRef); in BuildClassHashTable()