Home
last modified time | relevance | path

Searched refs:GetHash32String (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dhash_test.cpp104 uint32_t firstHash = T::GetHash32String(mutf8String); in OneStringHashTest()
105 uint32_t secondHash = T::GetHash32String(mutf8String); in OneStringHashTest()
117 uint32_t firstHash = T::GetHash32String(mutf8String); in StringMemHashTest()
139 uint32_t firstHash = T::GetHash32String(mutf8String); in EndOfPageStringHashTest()
/arkcompiler/runtime_core/libpandabase/tests/
Dhash_test.cpp100 uint32_t first_hash = T::GetHash32String(mutf8_string); in OneStringHashTest()
101 uint32_t second_hash = T::GetHash32String(mutf8_string); in OneStringHashTest()
112 uint32_t first_hash = T::GetHash32String(mutf8_string); in StringMemHashTest()
132 uint32_t first_hash = T::GetHash32String(mutf8_string); in EndOfPageStringHashTest()
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h63 inline uint32_t GetHash32String(const uint8_t *mutf8_string) in GetHash32String() function
65 return Hash::GetHash32String(mutf8_string); in GetHash32String()
Dhash_base.h56 static uint32_t GetHash32String(const uint8_t *mutf8_string) in GetHash32String() function
Dutf.h124 return GetHash32String(data); in operator()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dhash.h62 inline uint32_t GetHash32String(const uint8_t *mutf8String) in GetHash32String() function
64 return Hash::GetHash32String(mutf8String); in GetHash32String()
Dhash_base.h55 static uint32_t GetHash32String(const uint8_t *mutf8String) in GetHash32String() function
Dutf.h175 return GetHash32String(data); in operator()
/arkcompiler/ets_frontend/es2panda/util/
DmoduleHelpers.cpp35 hash = GetHash32String(reinterpret_cast<const uint8_t *>(ss.str().c_str())); in CompileNpmModuleEntryList()
/arkcompiler/runtime_core/static_core/runtime/
Dclass.cpp74 uint64_t uid = GetHash32String(descriptor); in CalcUniqId()
Dmethod.cpp177 return GetHash32String(reinterpret_cast<const uint8_t *>(str.c_str())); in GetFullNameHashFromString()
182 return GetHash32String(reinterpret_cast<const uint8_t *>(str.c_str())); in GetClassNameHashFromString()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp83 src_->hash = GetHash32String(reinterpret_cast<const uint8_t *>(buffer.c_str())); in Run()
/arkcompiler/runtime_core/static_core/compiler/aot/aot_builder/
Daot_builder.cpp318 uint32_t hash = GetHash32String(name); in AddClassHashTable()
350 uint32_t hash = GetHash32String(name); in ResolveConflictClassHashTable()
/arkcompiler/runtime_core/static_core/runtime/include/
Dvtable_builder.h258 return GetHash32String(methodInfo.GetName().data); in operator()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp605 return GetHash32String(reinterpret_cast<const uint8_t *>(filename.c_str())); in CalcFilenameHash()
617 auto hash = GetHash32String(mutf8Name); in GetClassIdFromClassHashTable()
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp232 uint32_t hash = GetHash32String(reinterpret_cast<const uint8_t *>(class_name.data())); in TEST_F()
577 uint32_t hash = GetHash32String(reinterpret_cast<const uint8_t *>(class_name.data())); in TEST_F()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp675 return GetHash32String(reinterpret_cast<const uint8_t *>(filename.c_str())); in CalcFilenameHash()
687 auto hash = GetHash32String(mutf8_name); in GetClassIdFromClassHashTable()
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp249 uint32_t hash = GetHash32String(reinterpret_cast<const uint8_t *>(className.data())); in TEST_F()
592 uint32_t hash = GetHash32String(reinterpret_cast<const uint8_t *>(className.data())); in TEST_F()