Home
last modified time | relevance | path

Searched defs:hash (Results 1 - 25 of 97) sorted by relevance

1234

/arkcompiler/runtime_core/static_core/tests/fuzztest/openfrommemory2arg_fuzzer/
H A Dopenfrommemory2arg_fuzzer.cpp26 std::hash<const uint8_t *> hash; in OpenFromMemory2ArgFuzzTest() local
/arkcompiler/runtime_core/static_core/verification/util/
H A Dhash.h38 struct hash<std::pair<T1, T2>> { struct
47 struct hash<std::tuple<T...>> { struct
H A Dindex.h112 struct hash<ark::verifier::Index<Int, I>> { struct
/arkcompiler/runtime_core/tests/fuzztest/openfrommemory2arg_fuzzer/
H A Dopenfrommemory2arg_fuzzer.cpp26 std::hash<const uint8_t *> hash; in OpenFromMemory2ArgFuzzTest() local
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module_cache.cpp33 uint32_t hash = Hash(key.GetTaggedValue()); in PutIfAbsentAndReset() local
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/
H A Dprofiling_data.h27 ProfilingData(std::string appName, uint64_t hash, uint32_t pid) in ProfilingData() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_operand.h30 class std::hash<maplebe::MemOperand> { class in std::std
/arkcompiler/toolchain/websocket/
H A Dhandshake_helper.cpp46 unsigned char hash[SHA_DIGEST_LENGTH]; in EncodeKey() local
/arkcompiler/ets_runtime/ecmascript/platform/common/
H A Decma_string_hash_internal.h33 uint32_t hash[blockSize] = {0}; in ComputeHashForDataOfLongString() local
[all...]
/arkcompiler/ets_runtime/ecmascript/platform/arm64/
H A Decma_string_hash_internal.h35 uint32_t hash[blockSize] = {0}; in ComputeHashForDataOfLongString() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_type_generator.h42 uint32_t hash = INVALID_ID; in ComputeHashCode() local
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser_cache.cpp48 size_t hash = GetHash(pattern, flags); in GetCache() local
62 size_t hash = GetHash(pattern, flags); in SetCache() local
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dlinked_node_test.cpp51 int hash = TaggedNode::Hash(thread, key.GetTaggedValue()); in CreateLinkedList() local
65 int hash = TaggedNode::Hash(thread, factory->NewFromStdString(k).GetTaggedValue()); in HWTEST_F_L0() local
H A Dtransitions_dictionary_test.cpp53 int hash = TransitionsDictionary::Hash(key1.GetTaggedValue(), metaData1.GetTaggedValue()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dbranch_elimination.h41 uint32_t hash = std::hash<Inst *> {}(obj.lhs); in operator ()() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Dstd_core_Runtime.cpp46 auto hash = ObjectHeader::GenerateHashCode(); in StdCoreRuntimeGetHashCode() local
/arkcompiler/runtime_core/static_core/runtime/include/mem/
H A Dpanda_string.h71 struct hash<ark::PandaString> { struct
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmonitor_test.cpp208 auto hash = header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>(); in TEST_F() local
225 auto hash = header->GetHashCode<PandaAssemblyLanguageConfig::MT_MODE>(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dmark_word.cpp42 inline MarkWord MarkWord::DecodeFromHashConfigured(uint32_t hash) in DecodeFromHashConfigured() argument
51 inline MarkWord MarkWord::DecodeFromHashConfigured<false>(uint32_t hash) in DecodeFromHashConfigured() argument
58 MarkWord MarkWord::DecodeFromHash(uint32_t hash) in DecodeFromHash() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DvReg.h136 struct std::hash<ark::es2panda::compiler::VReg> { struct in ark::es2panda::std
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dc_string.h98 struct hash<panda::ecmascript::CString> { struct
/arkcompiler/ets_frontend/es2panda/util/
H A DmoduleHelpers.cpp32 uint32_t hash = 0; in CompileNpmModuleEntryList() local
/arkcompiler/runtime_core/static_core/dprof/converter/features/
H A Dhotness_counters.h38 uint64_t hash; member
/arkcompiler/ets_runtime/ecmascript/base/
H A Dfast_json_stringifier.h147 size_t hash = (ptr + numOfKeys) & JSON_CACHE_MASK; in GetHash() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dsafe_ptr.h228 struct hash<maple::utils::SafePtr<T>> { struct

Completed in 7 milliseconds

1234