Searched refs:ComputeRawHashcode (Results 1 – 3 of 3) sorted by relevance
312 std::pair<uint32_t, bool> PUBLIC_API ComputeRawHashcode() const;1308 std::pair<uint32_t, bool> ComputeRawHashcode() in ComputeRawHashcode() function1310 return string_->ComputeRawHashcode(); in ComputeRawHashcode()
186 auto [hashcode, isInteger] = EcmaStringAccessor(firstFlat).ComputeRawHashcode(); in GetOrInternString()
746 auto [hash, isInteger] = ComputeRawHashcode(); in ComputeHashcode()751 std::pair<uint32_t, bool> EcmaString::ComputeRawHashcode() const in ComputeRawHashcode() function in panda::ecmascript::EcmaString