Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/common_components/heap/allocator/
Dtreap.h395 TreapNode* newRoot = n.l; in RotateLeftChild() local
404 TreapNode* newRoot = n.r; in RotateRightChild() local
512 TreapNode* newRoot = RotateRightChild(*n); in LowerImproperNodeOnce() local
517 TreapNode* newRoot = RotateLeftChild(*n); in LowerImproperNodeOnce() local
524 TreapNode* newRoot = RotateRightChild(*n); in LowerImproperNodeOnce() local
/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap.h312 Indirect* newRoot = new Indirect(); in GetRootAndProcessHash() local
318 delete newRoot; in GetRootAndProcessHash() local