Home
last modified time | relevance | path

Searched refs:GetClassIdFromClassHashTable (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
Dclass_hash_table_test.cpp310 TEST_F(ClassHashTableTest, GetClassIdFromClassHashTable) in TEST_F() argument
360 auto classId2A = pfPtr->GetClassIdFromClassHashTable(descriptorA); in TEST_F()
361 auto classId2B = pfPtr->GetClassIdFromClassHashTable(descriptorB); in TEST_F()
362 auto classId2C = pfPtr->GetClassIdFromClassHashTable(descriptorC); in TEST_F()
363 auto classId2D = pfPtr->GetClassIdFromClassHashTable(descriptorD); in TEST_F()
364 auto classId2E = pfPtr->GetClassIdFromClassHashTable(descriptorE); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/
Dclass_hash_table_test.cpp310 TEST_F(ClassHashTableTest, GetClassIdFromClassHashTable) in TEST_F() argument
360 auto class_id2_A = pf_ptr->GetClassIdFromClassHashTable(descriptor_A); in TEST_F()
361 auto class_id2_B = pf_ptr->GetClassIdFromClassHashTable(descriptor_B); in TEST_F()
362 auto class_id2_C = pf_ptr->GetClassIdFromClassHashTable(descriptor_C); in TEST_F()
363 auto class_id2_D = pf_ptr->GetClassIdFromClassHashTable(descriptor_D); in TEST_F()
364 auto class_id2_E = pf_ptr->GetClassIdFromClassHashTable(descriptor_E); in TEST_F()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp584 return GetClassIdFromClassHashTable(mutf8Name); in GetClassId()
614 File::EntityId File::GetClassIdFromClassHashTable(const uint8_t *mutf8Name) const in GetClassIdFromClassHashTable() function in panda::panda_file::File
Dfile.h147 EntityId GetClassIdFromClassHashTable(const uint8_t *mutf8Name) const;
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp655 return GetClassIdFromClassHashTable(mutf8_name); in GetClassId()
684 File::EntityId File::GetClassIdFromClassHashTable(const uint8_t *mutf8_name) const in GetClassIdFromClassHashTable() function in panda::panda_file::File
Dfile.h148 EntityId GetClassIdFromClassHashTable(const uint8_t *mutf8_name) const;