Searched refs:ComputeHashcode (Results 1 – 7 of 7) sorted by relevance
179 hashcode = ComputeHashcode(0); in GetHashcode()187 uint32_t PUBLIC_API ComputeHashcode(uint32_t hashSeed) const;932 uint32_t ComputeHashcode(uint32_t hashSeed) in ComputeHashcode() function934 return string_->ComputeHashcode(hashSeed); in ComputeHashcode()
33 hashCode = EcmaStringAccessor(secondString).ComputeHashcode(hashCode); in GetString()
616 uint32_t EcmaString::ComputeHashcode(uint32_t hashSeed) const in ComputeHashcode() function in panda::ecmascript::EcmaString
136 V(ComputeHashcode) \
157 DEF_RUNTIME_STUBS(ComputeHashcode) in DEF_RUNTIME_STUBS() argument161 uint32_t result = EcmaStringAccessor(string).ComputeHashcode(0); in DEF_RUNTIME_STUBS()
1643 …CallRuntime(glue, RTSTUB_ID(ComputeHashcode), Gate::InvalidGateRef, { value }, Circuit::NullGate()… in GetHashcodeFromString()
5082 hashcode = GetInt32OfTInt(CallRuntime(glue, RTSTUB_ID(ComputeHashcode), { value })); in GetHashcodeFromString()