Searched refs:SetColor (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | tagged_tree.cpp | 46 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 …]
|
| D | tagged_tree.h | 305 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/ |
| D | interference_graph.h | 52 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/ |
| D | interference_graph.h | 48 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/ |
| D | optimize_common.cpp | 87 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/ |
| D | optimize_common.h | 123 static void SetColor(uint32 bbID, const std::string &color);
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_regalloc_test.cpp | 165 cnode->SetColor(ACC_REG_ID); in __anonb7fcf74c0502() 417 nd4->SetColor(ACC_REG_ID); in __anonb7fcf74c0c02() 520 nd7->SetColor(color); in __anonb7fcf74c0d02()
|