/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/ |
D | interface_inherit.ts | 19 color: string; property
|
D | interface_readonly_attributes.ts | 19 readonly color: string; property
|
D | interface_optional_attributes.ts | 19 color?: string; property
|
D | interface_index_signature.ts | 19 color?: string; property
|
/arkcompiler/ets_frontend/arkguard/test/grammar/data_type/ |
D | type_pick.ts | 19 color: string; property
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | accessOverriddenBaseClassMember1.ts | 37 constructor(x: number, y: number, public color: string) { property in ColoredPoint
|
D | typeVariableTypeGuards.ts | 45 color: 'yellow'; property
|
D | commentsdoNotEmitComments.ts | 135 const enum color { red, green, blue } enum
|
/arkcompiler/ets_runtime/test/moduletest/module/ |
D | C.js | 33 color: "Yellow" property
|
D | module.js | 42 color: "Yellow_Test" property
|
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
D | interference_graph.h | 48 void SetColor(Register color) noexcept in SetColor() 88 void SetFixedColor(Register color, bool is_physical) noexcept in SetFixedColor() 216 Register color = INVALID_REG; member
|
D | reg_alloc_graph_coloring.cpp | 124 auto color = map.CodegenToRegallocReg(interv->GetReg()); in PrecolorIG() local 275 auto color = node.GetColor(); in Remap() local
|
D | interference_graph.cpp | 215 auto color = GetNode(i).GetColor(); in Dump() local
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
D | callee_info_test.js | 78 constructor(x, y, color) { argument
|
D | define_info_test.js | 31 constructor(name, color) { argument
|
/arkcompiler/ets_runtime/test/aottest/classstatic/ |
D | classstatic.ts | 175 public static color(color1:string, op: number): number; method in cpu1
|
/arkcompiler/ets_runtime/ecmascript/ |
D | tagged_tree.h | 98 JSTaggedValue color = GetElement(index); in GetColor() local 298 inline void SetColor(const JSThread *thread, int entry, TreeColor color) in SetColor()
|
/arkcompiler/runtime_core/compiler/tests/ |
D | compiler_regalloc_test.cpp | 95 Register color = 1; in __anon5d7559aa0302() local 519 Register color = INVALID_REG; in __anon5d7559aa0d02() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 8832 color: Di, property 16520 color: Di, property 42679 color: Bi.WHITE.clone(), property 43659 color: Bi.WHITE.clone() property 47800 color: "#ffffff", property 52167 color: new Bi property 52475 color: new Bi property 54298 get color() { getter 83740 color: Bi.WHITE.clone(), property 87360 color: new Bi property [all …]
|