Home
last modified time | relevance | path

Searched defs:color (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/runtime_core/verifier/tests/js/
Dtest_constant_pool_content.js29 constructor(name, color) { argument
40 color: 'yellow', property
Dtest_register_index.js36 color: 'red' property
Dtest_constant_pool.js36 color: 'red' property
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_inherit.ts19 color: string; property
Dinterface_readonly_attributes.ts19 readonly color: string; property
Dinterface_optional_attributes.ts19 color?: string; property
Dinterface_index_signature.ts19 color?: string; property
/arkcompiler/ets_frontend/arkguard/test/grammar/data_type/
Dtype_pick.ts19 color: string; property
/arkcompiler/ets_runtime/test/moduletest/module/
DC.js33 color: "Yellow" property
Dmodule.js42 color: "Yellow_Test" property
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/icon/
DLitIcon.js36 set color(value) { setter in LitIcon
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h48 void SetColor(Register color) noexcept in SetColor()
88 void SetFixedColor(Register color, bool is_physical) noexcept in SetFixedColor()
216 Register color = INVALID_REG; member
Dreg_alloc_graph_coloring.cpp117 auto color = map.CodegenToRegallocReg(interv->GetReg()); in PrecolorIG() local
268 auto color = node.GetColor(); in Remap() local
Dinterference_graph.cpp212 auto color = GetNode(i).GetColor(); in Dump() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/
Dinterference_graph.h52 void SetColor(Register color) noexcept in SetColor()
97 void SetFixedColor(Register color) noexcept in SetFixedColor()
247 Register color = INVALID_REG; member
Dreg_alloc_graph_coloring.cpp129 auto color = map.CodegenToRegallocReg(interv->GetReg()); in PrecolorIG() local
356 auto color = node.GetColor(); in Remap() local
Dinterference_graph.cpp224 auto color = GetNode(i).GetColor(); in Dump() local
/arkcompiler/ets_runtime/test/aottest/pgo_aot_newobj/
Dpgo_aot_newobj.ts124 public color: number = 5; property in C
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ipa/src/old/
Dea_connection_graph.cpp242 std::string color; in DumpDotFile() local
275 std::string color; in DumpDotFile() local
337 std::string color; in DumpDotFile() local
372 std::string color; in DumpDotFile() local
417 std::string color; in DumpDotFile() local
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Dcallee_info_test.js78 constructor(x, y, color) { argument
Ddefine_info_test.js31 constructor(name, color) { argument
/arkcompiler/ets_runtime/test/aottest/classstatic/
Dclassstatic.ts175 public static color(color1:string, op: number): number; method in cpu1
/arkcompiler/runtime_core/static_core/scripts/
Dcompiler_bisect.py92 def print_color(color, *args, **kwargs): argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp101 void DotGenerator::SetColor(uint32 bbID, const std::string &color) in SetColor()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit.cpp179 [[maybe_unused]] int color) in SkoalaPaint1nSetColor()
217 [[maybe_unused]] int color) in SkoalaParagraphTextStyle1nSetColor()

12