Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp34 auto [hashCode, isInteger] = EcmaStringAccessor(firstString).ComputeRawHashcode(); in GetString()
Decma_string.h308 std::pair<uint32_t, bool> PUBLIC_API ComputeRawHashcode() const;
1281 std::pair<uint32_t, bool> ComputeRawHashcode() in ComputeRawHashcode() function
1283 return string_->ComputeRawHashcode(); in ComputeRawHashcode()
Decma_string.cpp687 auto [hash, isInteger] = ComputeRawHashcode(); in ComputeHashcode()
692 std::pair<uint32_t, bool> EcmaString::ComputeRawHashcode() const in ComputeRawHashcode() function in panda::ecmascript::EcmaString