Searched defs:hashCode (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/merge_abc/protos/ |
| D | compositeProgram.proto | 22 uint32 hashCode = 1; field
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | programCache.h | 24 uint32_t hashCode; member
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | protobufSnapshotGenerator.cpp | 75 uint32_t hashCode = protoCache.hashcode(); in GetCacheContext() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | string_table.cpp | 95 …uint32_t hashCode = coretypes::String::ComputeHashcodeMutf8(utf8Data, utf16Length, canBeCompressed… in GetString() local 109 …uint32_t hashCode = coretypes::String::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf… in GetString() local 144 uint32_t hashCode = string->GetHashcode(); in InternString() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_lightweightset.cpp | 33 uint32_t hashCode = obj->Hash(thread, value.GetTaggedValue()); in Add() local 81 uint32_t hashCode = Hash(thread, value.GetTaggedValue()); in GetHashIndex() local 213 uint32_t hashCode = hashes->Get(j).GetNumber(); in HasAll() local 237 bool JSAPILightWeightSet::HasHash(const JSHandle<JSTaggedValue> &hashCode) in HasHash()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.cpp | 50 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in GetString() local 63 …uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), ut… in GetString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_function.h | 1563 uint16 hashCode = 0; // for methodmetadata order variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | mcr_circuit_builder.cpp | 1104 …GateRef hashCode = ZExtInt32ToInt64(Load(VariableType::INT32(), string, IntPtr(EcmaString::MIX_HAS… in TryGetHashcodeFromString() local
|