Home
last modified time | relevance | path

Searched refs:GenerateIdentityHash (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Dnumber_helper.h131 static int32_t GenerateIdentityHash();
Dnumber_helper.cpp870 int32_t RandomGenerator::GenerateIdentityHash() in GenerateIdentityHash() function in panda::ecmascript::base::RandomGenerator
/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.h68 hash = base::RandomGenerator::GenerateIdentityHash(); in Hash()
Dlinked_hash_table.cpp246 hash = base::RandomGenerator::GenerateIdentityHash(); in Hash()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_lightweightset.cpp465 hash = base::RandomGenerator::GenerateIdentityHash(); in Hash()
Djs_api_lightweightmap.cpp469 hash = base::RandomGenerator::GenerateIdentityHash(); in Hash()