Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_string.h312 std::pair<uint32_t, bool> PUBLIC_API ComputeRawHashcode() const;
1308 std::pair<uint32_t, bool> ComputeRawHashcode() in ComputeRawHashcode() function
1310 return string_->ComputeRawHashcode(); in ComputeRawHashcode()
Decma_string_table.cpp186 auto [hashcode, isInteger] = EcmaStringAccessor(firstFlat).ComputeRawHashcode(); in GetOrInternString()
Decma_string.cpp746 auto [hash, isInteger] = ComputeRawHashcode(); in ComputeHashcode()
751 std::pair<uint32_t, bool> EcmaString::ComputeRawHashcode() const in ComputeRawHashcode() function in panda::ecmascript::EcmaString