Home
last modified time | relevance | path

Searched refs:SetColor (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dtagged_tree.cpp46 SetColor(thread, GetParent(index), TreeColor::BLACK); in InsertRebalance()
47 SetColor(thread, bro, TreeColor::BLACK); in InsertRebalance()
48 SetColor(thread, GetParent(GetParent(index)), TreeColor::RED); in InsertRebalance()
55 SetColor(thread, GetParent(index), TreeColor::BLACK); in InsertRebalance()
56 SetColor(thread, GetParent(GetParent(index)), TreeColor::RED); in InsertRebalance()
62 SetColor(thread, GetParent(index), TreeColor::BLACK); in InsertRebalance()
63 SetColor(thread, bro, TreeColor::BLACK); in InsertRebalance()
64 SetColor(thread, GetParent(GetParent(index)), TreeColor::RED); in InsertRebalance()
71 SetColor(thread, GetParent(index), TreeColor::BLACK); in InsertRebalance()
72 SetColor(thread, GetParent(GetParent(index)), TreeColor::RED); in InsertRebalance()
[all …]
Dtagged_tree.h305 SetColor(thread, 0, TreeColor::BLACK); in SetRoot()
309 inline void SetColor(const JSThread *thread, int entry, TreeColor color) in SetColor() function
322 SetColor(thread, entry, TreeColor::RED); in InsertLeftEntry()
332 SetColor(thread, entry, TreeColor::RED); in InsertRightEntry()
423 newTree->SetColor(thread, index, GetColor(parent)); in CopyEntry()
434 newTree->SetColor(thread, index, GetColor(parent)); in CopyAllData()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h52 void SetColor(Register color) noexcept in SetColor() function
100 SetColor(color); in SetFixedColor()
339 node.SetColor(tryColor); in AssignColors()
352 node.SetColor(tryColor); in AssignColors()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h48 void SetColor(Register color) noexcept in SetColor() function
92 SetColor(color); in SetFixedColor()
299 node.SetColor(try_color); in AssignColors()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp87 DotGenerator::SetColor(bbID, dotColor.c_str()); in Log()
92 void DotGenerator::SetColor(uint32 bbID, const std::string &color) in SetColor() function in maplebe::DotGenerator
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Doptimize_common.h123 static void SetColor(uint32 bbID, const std::string &color);
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp165 cnode->SetColor(ACC_REG_ID); in __anonb7fcf74c0502()
417 nd4->SetColor(ACC_REG_ID); in __anonb7fcf74c0c02()
520 nd7->SetColor(color); in __anonb7fcf74c0d02()