Home
last modified time | relevance | path

Searched refs:ComputeHashForData (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_string.cpp623 hash = ComputeHashForData(data, length, hashSeed); in ComputeHashcode()
627 hash = ComputeHashForData(data, length, hashSeed); in ComputeHashcode()
637 hash = ComputeHashForData(utf8Data, utf8Len, 0); in ComputeHashcodeUtf8()
644 hash = ComputeHashForData(tmpBuffer.data(), utf16Len, 0); in ComputeHashcodeUtf8()
652 return ComputeHashForData(utf16Data, length, 0); in ComputeHashcodeUtf16()
Dtagged_dictionary.cpp42 return EcmaString::ComputeHashForData(str, strSize, 0); in Hash()
Decma_string.h479 static uint32_t ComputeHashForData(const T *data, size_t size, uint32_t hashSeed) in ComputeHashForData() function