Home
last modified time | relevance | path

Searched refs:merge_hashes (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h141 inline size_t merge_hashes(size_t lhash, size_t rhash) in merge_hashes() function
154 inline uint32_t merge_hashes(uint32_t lhash, uint32_t rhash) in merge_hashes() function
Dmath_helpers.h138 inline size_t merge_hashes(size_t lhash, size_t rhash) in merge_hashes() function
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_test.cpp294 EXPECT_EQ(pf->GetFileUniqId(), merge_hashes(panda_file::File::CalcFilenameHash(""), in HWTEST_F_L0()
/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp984 hash_ = panda::merge_hashes(shorty_hash, ret_type_hash); in ProtoKey()
988 hash_ = panda::merge_hashes(hash_, param_type_hash); in ProtoKey()
Dfile.cpp419 …UNIQ_ID(merge_hashes(FILENAME_HASH, GetHash32(reinterpret_cast<const uint8_t *>(GetHeader()), size… in File()