Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dtagged_node.h141 static int Compare(int hash1, JSTaggedValue key1, int hash2, JSTaggedValue key2);
Dtagged_node.cpp158 int RBTreeNode::Compare(int hash1, JSTaggedValue key1, int hash2, JSTaggedValue key2) in Compare() argument
164 if (hash1 < hash2) { in Compare()