Home
last modified time | relevance | path

Searched defs:hash2 (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.cpp157 int RBTreeNode::Compare(JSThread *thread, int hash1, JSTaggedValue key1, int hash2, JSTaggedValue k… in Compare()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1389 GateRef hash2 = Rotl(hash1, MurmurHash32Const::MAIN_SECOND_SHIFT); in CalcHashcodeForInt() local