Home
last modified time | relevance | path

Searched refs:bro (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_tree.cpp44 int bro = GetLeftBrother(GetParent(index)); in InsertRebalance() local
45 if (GetColor(bro)) { in InsertRebalance()
47 SetColor(thread, bro, TreeColor::BLACK); in InsertRebalance()
60 int bro = GetRightBrother(GetParent(index)); in InsertRebalance() local
61 if (GetColor(bro)) { in InsertRebalance()
63 SetColor(thread, bro, TreeColor::BLACK); in InsertRebalance()
226 int bro = GetLeftBrother(index); in DeleteRebalance() local
227 if (GetColor(bro)) { in DeleteRebalance()
228 SetColor(thread, bro, TreeColor::BLACK); in DeleteRebalance()
231 bro in DeleteRebalance()
251 int bro = GetRightBrother(index); DeleteRebalance() local
[all...]

Completed in 2 milliseconds