Searched refs:ComputeHashcode (Results 1 – 8 of 8) sorted by relevance
224 hashcode_ = ComputeHashcode(); in GetHashcode()332 uint32_t ComputeHashcode();
239 hashcode = ComputeHashcode(); in GetHashcode()307 uint32_t PUBLIC_API ComputeHashcode() const;309 uint32_t PUBLIC_API ComputeHashcode(uint32_t rawHashSeed, bool isInteger) const;1286 uint32_t ComputeHashcode() in ComputeHashcode() function1288 return string_->ComputeHashcode(); in ComputeHashcode()1291 uint32_t ComputeHashcode(uint32_t rawHashSeed, bool isInteger) in ComputeHashcode() function1293 return string_->ComputeHashcode(rawHashSeed, isInteger); in ComputeHashcode()
35 hashCode = EcmaStringAccessor(secondString).ComputeHashcode(hashCode, isInteger); in GetString()
685 uint32_t EcmaString::ComputeHashcode() const in ComputeHashcode() function in panda::ecmascript::EcmaString721 uint32_t EcmaString::ComputeHashcode(uint32_t rawHashSeed, bool isInteger) const in ComputeHashcode() function in panda::ecmascript::EcmaString
820 uint32_t String::ComputeHashcode() in ComputeHashcode() function in panda::coretypes::String
156 V(ComputeHashcode) \
198 DEF_RUNTIME_STUBS(ComputeHashcode) in DEF_RUNTIME_STUBS() argument202 uint32_t result = EcmaStringAccessor(string).ComputeHashcode(); in DEF_RUNTIME_STUBS()
1086 …CallRuntime(glue, RTSTUB_ID(ComputeHashcode), Gate::InvalidGateRef, { value }, Circuit::NullGate()… in GetHashcodeFromString()