Home
last modified time | relevance | path

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

/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/ets_frontend/es2panda/util/
DmoduleHelpers.cpp35 hash = GetHash32String(reinterpret_cast<const uint8_t *>(ss.str().c_str())); in CompileNpmModuleEntryList()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp83 src_->hash = GetHash32String(reinterpret_cast<const uint8_t *>(buffer.c_str())); in Run()
/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.cpp657 return GetHash32String(reinterpret_cast<const uint8_t *>(filename.c_str())); in CalcFilenameHash()
669 auto hash = GetHash32String(mutf8_name); in GetClassIdFromClassHashTable()