Home
last modified time | relevance | path

Searched refs:GetHash32String (Results 1 – 20 of 20) 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/tests/fuzztest/hashbase_fuzzer/
Dhashbase_fuzzer.cpp28 panda::HashBase<panda::MurmurHash32<seed>>::GetHash32String(string_data); in HashBaseFuzzTest()
/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/tests/fuzztest/hash_fuzzer/
Dhash_fuzzer.cpp27 panda::GetHash32String(string_data); in HashFuzzTest()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Dhash_base.h55 static uint32_t GetHash32String(const uint8_t *mutf8String) in GetHash32String() function
Dhash.h62 inline uint32_t GetHash32String(const uint8_t *mutf8String) in GetHash32String() function
64 return Hash::GetHash32String(mutf8String); in GetHash32String()
Dutf.h177 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.cpp75 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/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_base.h254 return GetHash32String(methodInfo->GetName().data); in operator()
/arkcompiler/runtime_core/static_core/libpandafile/
Dfile.cpp601 return GetHash32String(reinterpret_cast<const uint8_t *>(filename.c_str())); in CalcFilenameHash()
613 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/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp86 src_->hash = GetHash32String(reinterpret_cast<const uint8_t *>(bufToHash.c_str())); in RetrieveProgramFromCacheFiles()
/arkcompiler/runtime_core/libpandafile/
Dfile.cpp729 return GetHash32String(reinterpret_cast<const uint8_t *>(filename.c_str())); in CalcFilenameHash()
741 auto hash = GetHash32String(mutf8_name); in GetClassIdFromClassHashTable()
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp232 uint32_t hash = GetHash32String(reinterpret_cast<const uint8_t *>(className_.data())); in BuildAot()