Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/merge_abc/protos/
DcompositeProgram.proto22 uint32 hashCode = 1; field
32 uint32 hashCode = 1; field
/arkcompiler/ets_frontend/merge_abc/src/
DprotobufSnapshotGenerator.cpp64 uint32_t hashCode = protoCache.hashcode(); in GetCacheContext() local
109 uint32_t hashCode = abcProtoCache.hashcode(); in GetAbcInputCacheContext() local
/arkcompiler/runtime_core/static_core/runtime/
Dstring_table.cpp92 …uint32_t hashCode = coretypes::String::ComputeHashcodeMutf8(utf8Data, utf16Length, canBeCompressed… in GetString() local
106 …uint32_t hashCode = coretypes::String::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf… in GetString() local
141 uint32_t hashCode = string->GetHashcode(); in InternString() local
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp32 uint32_t hashCode = obj->Hash(thread, value.GetTaggedValue()); in Add() local
80 uint32_t hashCode = Hash(thread, value.GetTaggedValue()); in GetHashIndex() local
212 uint32_t hashCode = hashes->Get(thread, j).GetNumber(); in HasAll() local
236 bool JSAPILightWeightSet::HasHash(const JSThread *thread, const JSHandle<JSTaggedValue> &hashCode) in HasHash()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompileQueue.cpp120 void CompileFileJob::InsertAbcCachePrograms(uint32_t hashCode, in InsertAbcCachePrograms()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h1437 uint16 hashCode = 0; // for methodmetadata order variable
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp4431 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in NewFromUtf8WithoutStringTable() local
4468 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in NewFromUtf16WithoutStringTable() local
4497 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in NewFromUtf8WithoutStringTable() local
4517 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in NewFromUtf16WithoutStringTable() local
Decma_string.cpp420 uint32_t hashCode; in CalculateConcatHashCode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1442 GateRef hashCode = in TryGetHashcodeFromString() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp1243 auto hashCode = builder_.CreateLoad(builder_.getInt32Ty(), gep); in EmitStringHashCode() local