Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
DcompositeProgram.proto22 uint32 hashCode = 1; field
/arkcompiler/ets_frontend/es2panda/util/
DprogramCache.h24 uint32_t hashCode; member
/arkcompiler/ets_runtime/ecmascript/
Decma_string_table.cpp30 uint32_t hashCode = EcmaStringAccessor(firstString).GetHashcode(); in GetString() local
45 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in GetString() local
59 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in GetString() local
/arkcompiler/ets_frontend/merge_abc/src/
DprotobufSnapshotGenerator.cpp71 uint32_t hashCode = protoCache.hashcode(); in GetCacheContext() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp32 uint32_t hashCode = obj->Hash(value.GetTaggedValue()); in Add() local
80 uint32_t hashCode = Hash(value.GetTaggedValue()); in GetHashIndex() local
212 uint32_t hashCode = hashes->Get(j).GetNumber(); in HasAll() local
236 bool JSAPILightWeightSet::HasHash(const JSHandle<JSTaggedValue> &hashCode) in HasHash()