Searched refs:hash2 (Results 1 – 2 of 2) sorted by relevance
141 static int Compare(int hash1, JSTaggedValue key1, int hash2, JSTaggedValue key2);
158 int RBTreeNode::Compare(int hash1, JSTaggedValue key1, int hash2, JSTaggedValue key2) in Compare() argument164 if (hash1 < hash2) { in Compare()