Searched defs:hashCode (Results 1 - 8 of 8) sorted by relevance
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | protobufSnapshotGenerator.cpp | 76 uint32_t hashCode = protoCache.hashcode(); in GetCacheContext() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A 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), utf16Length); in GetString() local 144 uint32_t hashCode = string->GetHashcode(); in InternString() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_lightweightset.cpp | 32 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(j).GetNumber(); in HasAll() local 236 bool JSAPILightWeightSet::HasHash(const JSHandle<JSTaggedValue> &hashCode) in HasHash() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | ecma_string.cpp | 510 uint32_t hashCode; in CalculateAllConcatHashCode() local
|
| H A D | object_factory.cpp | 4107 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in NewFromUtf8WithoutStringTable() local 4144 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf16Len); in NewFromUtf16WithoutStringTable() local 4173 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf8(utf8Data, utf8Len, canBeCompress); in NewFromUtf8WithoutStringTable() local 4193 uint32_t hashCode = EcmaStringAccessor::ComputeHashcodeUtf16(const_cast<uint16_t *>(utf16Data), utf16Len); in NewFromUtf16WithoutStringTable() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | mcr_circuit_builder.cpp | 1318 GateRef hashCode = ZExtInt32ToInt64(Load(VariableType::INT32(), string, IntPtr(EcmaString::MIX_HASHCODE_OFFSET))); in TryGetHashcodeFromString() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| H A D | mir_function.h | 1428 uint16 hashCode = 0; // for methodmetadata order member in maple::MIRFunction
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 868 auto hashCode = builder_.CreateLoad(builder_.getInt32Ty(), gep); in EmitStringHashCode() local
|
Completed in 39 milliseconds