| /arkcompiler/runtime_core/runtime/tests/ |
| D | histogram_test.cpp | 96 std::vector<int> simple_vector = {1, 1515, -12, 130, -1, 124, 0}; in TEST_F() 103 ASSERT_EQ(hist.GetMin(), -12); in TEST_F() 113 std::vector<int> simple_vector = {1, 1515, -12, 129, 0, 124, 0}; in TEST_F() 118 ASSERT_EQ(hist.GetMin(), IntWrapper(-12)); in TEST_F() 126 std::vector<int> simple_vector_first = {1, 1515, -12, 129, 0, 124, 0}; in TEST_F() 127 std::vector<int> simple_vector_second = {1, 1515, -12, 130, 3, 120, 0}; in TEST_F() 135 std::unordered_set<int> simple_set_first = {1, 1515, -12, 130, -1, 124, 0}; in TEST_F() 136 PandaSet<int> panda_set_first = {1, 1515, -12, 129, 2, 122, 0}; in TEST_F() 138 std::vector<int> simple_vector_second = {1, 1515, -12, 129, 0, 124, 0}; in TEST_F() 139 PandaVector<int> panda_vector_first = {5, 1515, -12, 128, -3, 124, 0}; in TEST_F() [all …]
|
| D | malloc-proxy-allocator-test.cpp | 76 …std::array<int, 20> arr {{12, 14, 3, 5, 43, 12, 22, 42, 89, 10, 89, 32, 43, 12, 43, 12, 54, 89, 27… in TEST_F()
|
| /arkcompiler/runtime_core/runtime/bridge/arch/arm/ |
| D | interpreter_to_compiled_code_bridge_dyn_arm.S | 30 sub sp, sp, #12 31 CFI_ADJUST_CFA_OFFSET(12) 37 add fp, sp, #12 39 CFI_ADJUST_CFA_OFFSET(-12) 84 CFI_DEF_CFA(sp, 12) 85 add sp, sp, #12 86 CFI_ADJUST_CFA_OFFSET(-12)
|
| D | interpreter_to_compiled_code_bridge_arm.S | 126 sub sp, sp, #12 127 CFI_ADJUST_CFA_OFFSET(12) 132 add fp, sp, #12 133 CFI_ADJUST_CFA_OFFSET(-12) 268 CFI_DEF_CFA(sp, 12) 269 add sp, sp, #12 270 CFI_ADJUST_CFA_OFFSET(-12) 290 sub sp, sp, #12 291 CFI_ADJUST_CFA_OFFSET(12) 297 add fp, sp, #12 [all …]
|
| D | compiled_code_to_interpreter_bridge_armhf.S | 39 str lr, [sp, #12] 40 CFI_REL_OFFSET(lr, 12) 46 CFI_DEF_CFA(fp, 12) 63 CFI_REL_OFFSET(d14, -(12 * 4)) 96 ldr lr, [sp, #12] 104 CFI_DEF_CFA(fp, 12) 138 add r7, fp, #12 278 ldr lr, [sp, #12]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-type-alias-expected.txt | 29 "column": 12 54 "column": 12 115 "column": 12 126 "column": 12 235 "column": 12 296 "column": 12 307 "column": 12 386 "column": 12 487 "column": 12 499 "column": 12
|
| D | test-as-expression2-expected.txt | 78 "column": 12 169 "column": 12 180 "column": 12 228 "column": 12 239 "column": 12 252 "column": 12
|
| D | test-ts-mapped-type-expected.txt | 131 "column": 12 142 "column": 12 313 "column": 12 324 "column": 12 495 "column": 12 506 "column": 12 675 "column": 12 686 "column": 12 855 "column": 12 866 "column": 12 [all …]
|
| D | test-ts-parameter-property-expected.txt | 33 "column": 12 474 "column": 12 497 "column": 12 512 "column": 12 524 "column": 12 568 "column": 12 633 "column": 12 648 "column": 12 660 "column": 12 757 "column": 12 [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
| D | test-ts-namespace-12-expected.txt | 1 test-ts-namespace-12 flag3 2 test-ts-namespace-12 flag1 3 test-ts-namespace-12 flag2
|
| D | test-ts-namespace-12.ts | 20 print("test-ts-namespace-12 flag1"); 25 print("test-ts-namespace-12 flag2"); 27 print("test-ts-namespace-12 flag3");
|
| /arkcompiler/ets_frontend/es2panda/test/parser/js/ |
| D | test-logical-expression-expected.txt | 178 "column": 12 189 "column": 12 200 "column": 12 253 "column": 12 264 "column": 12 275 "column": 12 286 "column": 12 356 "column": 12 518 "column": 12 529 "column": 12 [all …]
|
| D | class-declaration-is-expected.txt | 99 "column": 12 112 "column": 12 124 "column": 12 136 "column": 12
|
| D | test-try-statement-expected.txt | 72 "column": 12 83 "column": 12 141 "column": 12 152 "column": 12 183 "column": 12 194 "column": 12
|
| D | test-if-expected.txt | 145 "column": 12 394 "column": 12 428 "column": 12 439 "column": 12 450 "column": 12 461 "column": 12 500 "column": 12 673 "column": 12 685 "column": 12 696 "column": 12
|
| D | test-object-expression-expected.txt | 227 "column": 12 239 "column": 12 258 "column": 12 288 "column": 12 299 "column": 12 354 "column": 12 742 "column": 12 770 "column": 12 781 "column": 12 870 "column": 12
|
| D | test-class-expression-expected.txt | 160 "column": 12 211 "column": 12 234 "column": 12 319 "column": 12 401 "column": 12 530 "column": 12 575 "column": 12 713 "column": 12
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | scheduler_test.cpp | 45 INST(12, Opcode::Add).u64().Inputs(6, 7); in TEST_F() 46 INST(13, Opcode::Add).u64().Inputs(11, 12); in TEST_F() 58 EXPECT_TRUE((INS(11).GetNext() == &INS(10)) || (INS(12).GetNext() == &INS(10))); in TEST_F() 84 INST(12, Opcode::Add).u64().Inputs(10, 11); in TEST_F() 97 INST(19, Opcode::Add).u64().Inputs(12, 18); in TEST_F() 105 ASSERT_EQ(INS(13).GetNext(), &INS(12)); in TEST_F() 106 ASSERT_EQ(INS(12).GetNext(), &INS(21)); in TEST_F() 132 INST(12, Opcode::Add).u64().Inputs(10, 11); in TEST_F() 144 INST(19, Opcode::Add).u64().Inputs(12, 18); in TEST_F() 156 ASSERT_EQ(INS(13).GetNext(), &INS(12)); in TEST_F() [all …]
|
| D | vn_test.cpp | 55 INST(12, Opcode::Mul).f32().Inputs(4, 5); in TEST_F() 58 INST(14, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 10, 11, 12, 13, 20); in TEST_F() 80 INST(12, Opcode::Mul).f32().Inputs(4, 5); in TEST_F() 117 INST(12, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 23); in TEST_F() 162 INST(12, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 23); in TEST_F() 211 INST(12, Opcode::Sub).f32().Inputs(4, 5); in TEST_F() 216 INST(16, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20); in TEST_F() 239 INST(12, Opcode::Sub).f32().Inputs(4, 5); in TEST_F() 244 INST(16, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 20); in TEST_F() 282 INST(12, Opcode::CallStatic).b().InputsAutoType(6, 7, 8, 9, 23); in TEST_F() [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | assignment_unknown-expected.txt | 88 "column": 12 144 "column": 12 196 "value": 12, 200 "column": 12 256 "column": 12 312 "column": 12 368 "column": 12
|
| D | recursiveFunction-expected.txt | 100 "column": 12 214 "column": 12 256 "column": 12 279 "value": 12, 283 "column": 12 390 "column": 12 427 "column": 12
|
| D | as_expression_2-expected.txt | 58 "column": 12 116 "column": 12 127 "column": 12
|
| /arkcompiler/runtime_core/runtime/bridge/arch/x86/ |
| D | handle_call_v4_v4_id16_x86.S | 34 movl %edx, 12(%esp) 38 movl 12(%esp), %edx 50 movl %edx, 12(%esp) 54 movl 12(%esp), %edx
|
| D | interpreter_to_compiled_code_bridge_x86.S | 52 movl 12(\arg_ptr), \tmp2 54 movl \tmp2, 12(\stack_ptr) 119 // %esp % 16 == 12 here (-4 == 12 (mod 16)) 148 movl 12(%ebp), %ebx // method* 177 1: movl 12(%ebp), %ebx // method* 211 movl 12(%ebp), %ebx // method* 301 // %esp % 16 == 12 here (-4 == 12 (mod 16)) 304 pushl 12(%eax) // iframe* 467 movl %edi, 12(%ebx)
|
| /arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/ |
| D | assembler_aarch64_constants.h | 89 GT = 12, 240 |31 30 29 28|27 26 25 24|23 22 21 20 | 16|15 13 12 |11 10 9 | 5 4| 0| 250 V(ADD_SUB, ExtendShift, 12, 10) 270 |31 30 29 28|27 26 25 24|23 22 21 20 | 16|15 14 12 |11 10 9 | 5 4| 0| 277 V(CSEL, Cond, 15, 12) \ 280 |31 30 29 28|27 26 25 24|23 22 21 20| |15 12|11 10 9 | 5 4| 0| 286 V(LDR_STR, Imm9, 20, 12) \ 289 V(LDR_STR, S, 12, 12)
|