| /arkcompiler/runtime_core/tests/regression/ |
| D | allocate-252-params.pa | 303 movi v7, 7 314 movi v17, 7 325 movi v27, 7 336 movi v37, 7 347 movi v47, 7 358 movi v57, 7 369 movi v67, 7 380 movi v77, 7 391 movi v87, 7 402 movi v97, 7 [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-throw-statement-expected.txt | 12 "column": 7 39 "column": 7 66 "column": 7 93 "column": 7 120 "column": 7 147 "column": 7 175 "column": 7 203 "column": 7 230 "column": 7 257 "column": 7 [all …]
|
| D | test-binary-expression-expected.txt | 206 "column": 7 217 "column": 7 228 "column": 7 263 "column": 7 274 "column": 7 285 "column": 7 316 "column": 7 373 "column": 7 491 "column": 7 502 "column": 7 [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/lexicalEnv/ |
| D | for-update-continue-break-return-body-decl-head-body-outer-2-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-head-decl-body-outer-2-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-head-decl-head-body-outer-2-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-body-decl-head-body-outer-1-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-head-decl-head-body-outer-1-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-head-decl-body-outer-1-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-body-decl-body-outer-2-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-body-decl-body-outer-1-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-head-body-decl-body-outer-2-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-head-body-decl-body-outer-1-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-head-body-decl-head-body-outer-1-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| D | for-update-continue-break-return-head-body-decl-head-body-outer-2-expected.txt | 1 check enter loop len == 7: true 2 check enter loop len == 7: true 3 check enter loop len == 7: true 4 check enter loop len == 7: true
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | graph_comparator_test.cpp | 35 BASIC_BLOCK(3, 7) in CreateGraph() 43 BASIC_BLOCK(5, 7) in CreateGraph() 47 BASIC_BLOCK(6, 7) in CreateGraph() 49 INST(7, Opcode::Mul).s32().Inputs(0, 1); in CreateGraph() 51 BASIC_BLOCK(7, 1) in CreateGraph() 89 INST(7, Opcode::Return).s32().Inputs(6); in TEST_F() 119 INST(7, Opcode::Return).s32().Inputs(6); in TEST_F() 143 INST(7, Opcode::Return).s32().Inputs(6); in TEST_F() 151 auto graph1 = CreateGraph({{3, 4}, {5, 6}, {6, 7}}); in TEST_F() 152 auto graph2 = CreateGraph({{3, 4}, {6, 7}, {5, 6}}); in TEST_F() [all …]
|
| D | loop_peeling_test.cpp | 46 INST(7, Opcode::Return).u64().Inputs(2); in BuildGraphTwoBackEdges() 56 BASIC_BLOCK(2, 6, 7) in BuildGraphNotHeaderExit() 67 BASIC_BLOCK(7, 3) in BuildGraphNotHeaderExit() 83 INST(7, Opcode::Return).u64().Inputs(4); in BuildGraphNotHeaderExit() 100 INST(7, Opcode::Compare).CC(CC_EQ).b().Inputs(4, 0); in BuildGraphHeaderAndBackEdgeExit() 101 INST(8, Opcode::IfImm).SrcType(DataType::BOOL).CC(CC_NE).Imm(0).Inputs(7); in BuildGraphHeaderAndBackEdgeExit() 139 INST(7, Opcode::Phi).Inputs(2, 4).u64(); in BuildGraphMultiExit() 140 INST(8, Opcode::Return).u64().Inputs(7); in BuildGraphMultiExit() 169 INST(7, Opcode::Compare).CC(CC_EQ).b().Inputs(0, 3); in TEST_F() 170 INST(8, Opcode::IfImm).SrcType(DataType::BOOL).CC(CC_NE).Imm(0).Inputs(7); in TEST_F() [all …]
|
| D | loop_unroll_test.cpp | 90 INST(5, Opcode::Phi).u64().Inputs(1, 7); in CheckSimpleLoop() 92 INST(7, Opcode::Add).u64().Inputs(5, 3); // b = b + 1 in CheckSimpleLoop() 94 INST(8, Opcode::Compare).CC(CC_LT).b().Inputs(7, 2); // while b < c in CheckSimpleLoop() 99 INST(10, Opcode::Sub).u64().Inputs(6, 7); in CheckSimpleLoop() 129 // phi2 [INST(7, Add), INST(7', Add), INST(7'', Add)] in CheckSimpleLoop() 132 EXPECT_TRUE(phi2->GetInput(0).GetInst() == &INS(7)); in CheckSimpleLoop() 154 EXPECT_EQ(INS(10).GetInput(1).GetInst(), &INS(7)); in CheckSimpleLoop() 175 INST(7, Opcode::Phi).u64().Inputs(1, 14); in CheckLoopWithPhiAndSafePoint() 183 INST(11, Opcode::Add).u64().Inputs(7, 2); // b = b + 0 in CheckLoopWithPhiAndSafePoint() 187 INST(12, Opcode::Sub).u64().Inputs(7, 3); // b = b + 1 in CheckLoopWithPhiAndSafePoint() [all …]
|
| D | vn_test.cpp | 50 INST(7, Opcode::Sub).u32().Inputs(1, 0); in TEST_F() 58 INST(14, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 10, 11, 12, 13, 20); in TEST_F() 75 INST(7, Opcode::Sub).u32().Inputs(1, 0); in TEST_F() 83 INST(14, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 7, 9, 8, 6, 20); in TEST_F() 108 INST(7, Opcode::AddI).u32().Imm(10ULL).Inputs(1); in TEST_F() 117 INST(12, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 23); in TEST_F() 153 INST(7, Opcode::AddI).u32().Imm(10ULL).Inputs(1); in TEST_F() 162 INST(12, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 23); in TEST_F() 177 INST(20, Opcode::CallStatic).b().InputsAutoType(9, 8, 7, 6, 24); in TEST_F() 206 INST(7, Opcode::Add).u16().Inputs(0, 1); in TEST_F() [all …]
|
| D | cleanup_test.cpp | 73 INST(7, Opcode::Return).s64().Inputs(6); in TEST_F() 292 BASIC_BLOCK(2, 3, 7) in TEST_F() 306 INST(7, Opcode::CallStatic).v0id().InputsAutoType(20); in TEST_F() 313 BASIC_BLOCK(6, 7) {} in TEST_F() 314 BASIC_BLOCK(7, -1) in TEST_F() 328 BASIC_BLOCK(2, 3, 7) in TEST_F() 339 BASIC_BLOCK(4, 7) in TEST_F() 342 INST(7, Opcode::CallStatic).v0id().InputsAutoType(20); in TEST_F() 344 BASIC_BLOCK(5, 7) in TEST_F() 349 BASIC_BLOCK(7, -1) in TEST_F() [all …]
|
| D | if_conversion_test.cpp | 62 INST(7, Opcode::Return).u64().Inputs(6); in TEST_F() 79 INST(7, Opcode::Return).u64().Inputs(4); in TEST_F() 156 INST(7, Opcode::Return).u64().Inputs(6); in TEST_F() 173 INST(7, Opcode::Return).u64().Inputs(4); in TEST_F() 249 INST(7, Opcode::IfImm).SrcType(DataType::BOOL).CC(CC_NE).Imm(0).Inputs(6); in TEST_F() 280 … INST(7, Opcode::SelectImm).u64().SrcType(DataType::BOOL).CC(CC_NE).Imm(0).Inputs(8, 5, 6); in TEST_F() 284 INST(9, Opcode::Phi).u64().Inputs({{2, 0}, {3, 7}}); in TEST_F() 313 INST(7, Opcode::Phi).u64().Inputs({{2, 0}, {3, 3}, {4, 6}}); in TEST_F() 314 INST(8, Opcode::Return).u64().Inputs(7); in TEST_F() 357 INST(7, Opcode::Mul).u64().Inputs(5, 2); in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/testTs/expect/ambient/ambientDeclarationsPatterns/ |
| D | ambientDeclarationsPatterns.txt | 1 {'lb': [{'t': 2, 'v': 7}, {'t': 5, 'v': '#foo#foobarbaz'}], 'k': '_1'} 2 {'lb': [{'t': 2, 'v': 7}, {'t': 5, 'v': '#baz#foobarbaz'}], 'k': '_2'} 3 {'lb': [{'t': 2, 'v': 7}, {'t': 5, 'v': '#foos#foosball'}], 'k': '_3'} 4 {'lb': [{'t': 2, 'v': 7}, {'t': 5, 'v': '#fileText#./file!text'}], 'k': '_4'}
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | test_stubs_signature.cpp | 21 // 7 : 7 input parameters in DEF_CALL_SIGNATURE() 41 // 7 : 7 input parameters in DEF_CALL_SIGNATURE() 61 // 7 : 7 input parameters in DEF_CALL_SIGNATURE() 81 // 7 : 7 input parameters in DEF_CALL_SIGNATURE() 101 // 7 : 7 input parameters in DEF_CALL_SIGNATURE() 142 // 7 : 7 input parameters in DEF_CALL_SIGNATURE() 202 // 7 : 7 input parameters in DEF_CALL_SIGNATURE()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-namespace-7-expected.txt | 1 test-ts-namespace-7 flag1 2 test-ts-namespace-7 flag2 3 test-ts-namespace-7 flag3
|
| /arkcompiler/ets_frontend/ts2panda/tests/types/ |
| D | primitives.test.ts | 41 ["#7#nu", 6], 42 ["#8#und", 7], 70 ["#7#sym", 5], 72 ["#9#und", 7], 110 ["#7#sym", 5], 112 ["#9#und", 7], 140 ["#7#nu", 6], 141 ["#8#und", 7], 178 [2, 7], [5, "num"], [25, 1], 184 [25, 7], [2, 0], [2, 0], [5, "vd"], [all …]
|