Searched defs:hashCode (Results 1 – 5 of 5) sorted by relevance
22 uint32 hashCode = 1; field
24 uint32_t hashCode; member
30 uint32_t hashCode = EcmaStringAccessor(firstString).GetHashcode(); in GetString() local45 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in GetString() local59 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in GetString() local
71 uint32_t hashCode = protoCache.hashcode(); in GetCacheContext() local
32 uint32_t hashCode = obj->Hash(value.GetTaggedValue()); in Add() local80 uint32_t hashCode = Hash(value.GetTaggedValue()); in GetHashIndex() local212 uint32_t hashCode = hashes->Get(j).GetNumber(); in HasAll() local236 bool JSAPILightWeightSet::HasHash(const JSHandle<JSTaggedValue> &hashCode) in HasHash()