Searched refs:ComputeHashcode (Results 1 – 9 of 9) sorted by relevance
331 hashcode = ComputeHashcode(0); in GetHashcode()337 uint32_t PUBLIC_API ComputeHashcode(uint32_t hashSeed) const;604 uint32_t ComputeHashcode(uint32_t hashSeed) in ComputeHashcode() function606 return string_->ComputeHashcode(hashSeed); in ComputeHashcode()
31 hashCode = EcmaStringAccessor(secondString).ComputeHashcode(hashCode); in GetString()
491 uint32_t EcmaString::ComputeHashcode(uint32_t hashSeed) const in ComputeHashcode() function in panda::ecmascript::EcmaString
223 hashcode_ = ComputeHashcode(); in GetHashcode()296 uint32_t ComputeHashcode();
633 uint32_t String::ComputeHashcode() in ComputeHashcode() function in panda::coretypes::String
120 V(ComputeHashcode) \
145 DEF_RUNTIME_STUBS(ComputeHashcode) in DEF_RUNTIME_STUBS() argument149 uint32_t result = EcmaStringAccessor(string).ComputeHashcode(0); in DEF_RUNTIME_STUBS()
824 …hashcode = GetInt32OfTInt(CallRuntime(glue, RTSTUB_ID(ComputeHashcode), Gate::InvalidGateRef, { va… in GetHashcodeFromString()
4444 hashcode = GetInt32OfTInt(CallRuntime(glue, RTSTUB_ID(ComputeHashcode), { value })); in GetHashcodeFromString()