Searched defs:nodeIndex (Results 1 – 4 of 4) sorted by relevance
780 TraceNode::TraceNode(TraceTree* tree, uint32_t nodeIndex) in TraceNode()811 TraceNode* TraceNode::FindOrAddChild(uint32_t nodeIndex) in FindOrAddChild()821 TraceNode* TraceNode::FindChild(uint32_t nodeIndex) in FindChild()
270 static uint32_t nodeIndex = 1; in CreateNode() local
546 uint32_t nodeIndex = static_cast<uint32_t>(numOfElement - 1) & keyHash; in HWTEST_F_L0() local
79 bool IsVaildRBTree(JSThread *thread, JSHandle<T> &tree, int nodeIndex) in IsVaildRBTree()