Searched refs:ComputeHashForData (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string.cpp | 623 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()
|
| D | tagged_dictionary.cpp | 42 return EcmaString::ComputeHashForData(str, strSize, 0); in Hash()
|
| D | ecma_string.h | 479 static uint32_t ComputeHashForData(const T *data, size_t size, uint32_t hashSeed) in ComputeHashForData() function
|