| /arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
| D | deoptimization_arm.S | 38 CFI_DEF_CFA(r3, (2 * 4)) 39 CFI_REL_OFFSET(lr, 4) 41 CFI_REL_OFFSET(THREAD_REG, -((CFRAME_CALLEE_REGS_START_SLOT + 0) * 4)) 42 CFI_REL_OFFSET(r9, -((CFRAME_CALLEE_REGS_START_SLOT + 1) * 4)) 43 CFI_REL_OFFSET(r8, -((CFRAME_CALLEE_REGS_START_SLOT + 2) * 4)) 44 CFI_REL_OFFSET(r7, -((CFRAME_CALLEE_REGS_START_SLOT + 3) * 4)) 45 CFI_REL_OFFSET(r6, -((CFRAME_CALLEE_REGS_START_SLOT + 4) * 4)) 46 CFI_REL_OFFSET(r5, -((CFRAME_CALLEE_REGS_START_SLOT + 5) * 4)) 47 CFI_REL_OFFSET(r4, -((CFRAME_CALLEE_REGS_START_SLOT + 6) * 4)) 50 sub sp, r3, #((CFRAME_CALLEE_REGS_START_SLOT * 4) + CALLEE_SAVED_SIZE) [all …]
|
| D | proxy_entrypoint_armhf.S | 32 str fp, [sp, #4] 33 CFI_REL_OFFSET(fp, 4) 34 add fp, sp, #4 36 CFI_ADJUST_CFA_OFFSET(-4) 41 CFI_REL_OFFSET(r10, -(2 * 4)) 42 CFI_REL_OFFSET(r9, -(3 * 4)) 43 CFI_REL_OFFSET(r8, -(4 * 4)) 44 CFI_REL_OFFSET(r7, -(5 * 4)) 45 CFI_REL_OFFSET(r6, -(6 * 4)) 46 CFI_REL_OFFSET(r5, -(7 * 4)) [all …]
|
| D | compiled_code_to_runtime_bridge_arm.S | 21 CFI_REL_OFFSET(r10, (\offset - CALLEE_REG0_OFFSET + 4*6)) 22 CFI_REL_OFFSET(r9, (\offset - CALLEE_REG0_OFFSET + 4*5)) 23 CFI_REL_OFFSET(r8, (\offset - CALLEE_REG0_OFFSET + 4*4)) 24 CFI_REL_OFFSET(r7, (\offset - CALLEE_REG0_OFFSET + 4*3)) 25 CFI_REL_OFFSET(r6, (\offset - CALLEE_REG0_OFFSET + 4*2)) 26 CFI_REL_OFFSET(r5, (\offset - CALLEE_REG0_OFFSET + 4*1)) 27 CFI_REL_OFFSET(r4, (\offset - CALLEE_REG0_OFFSET + 4*0)) 45 CFI_REL_OFFSET(d15, (\offset - CALLEE_VREG0_OFFSET + 4*14)) 46 CFI_REL_OFFSET(d14, (\offset - CALLEE_VREG0_OFFSET + 4*12)) 47 CFI_REL_OFFSET(d13, (\offset - CALLEE_VREG0_OFFSET + 4*10)) [all …]
|
| D | proxy_entrypoint_arm.S | 31 str fp, [sp, #4] 32 CFI_REL_OFFSET(fp, 4) 33 add fp, sp, #4 35 CFI_ADJUST_CFA_OFFSET(-4) 40 CFI_REL_OFFSET(r10, -(2 * 4)) 41 CFI_REL_OFFSET(r9, -(3 * 4)) 42 CFI_REL_OFFSET(r8, -(4 * 4)) 43 CFI_REL_OFFSET(r7, -(5 * 4)) 44 CFI_REL_OFFSET(r6, -(6 * 4)) 45 CFI_REL_OFFSET(r5, -(7 * 4)) [all …]
|
| D | compiled_code_to_interpreter_bridge_arm.S | 44 CFI_REL_OFFSET(lr, 4) 47 CFI_REL_OFFSET(fp, 4) 48 add fp, sp, #4 49 CFI_ADJUST_CFA_OFFSET(-4) 58 CFI_REL_OFFSET(r10, -(2 * 4)) 59 CFI_REL_OFFSET(r9, -(3 * 4)) 60 CFI_REL_OFFSET(r8, -(4 * 4)) 61 CFI_REL_OFFSET(r7, -(5 * 4)) 62 CFI_REL_OFFSET(r6, -(6 * 4)) 63 CFI_REL_OFFSET(r5, -(7 * 4)) [all …]
|
| D | compiled_code_to_interpreter_bridge_armhf.S | 43 str fp, [sp, #4] 44 CFI_REL_OFFSET(fp, 4) 45 add fp, sp, #4 54 CFI_REL_OFFSET(r10, -(2 * 4)) 55 CFI_REL_OFFSET(r9, -(3 * 4)) 56 CFI_REL_OFFSET(r8, -(4 * 4)) 57 CFI_REL_OFFSET(r7, -(5 * 4)) 58 CFI_REL_OFFSET(r6, -(6 * 4)) 59 CFI_REL_OFFSET(r5, -(7 * 4)) 60 CFI_REL_OFFSET(r4, -(8 * 4)) [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/escompat/ |
| D | list.copyWithin.yaml | 16 expected: [1, 2, 3, 4, 5], 21 expected: [1, 2, 3, 4, 5], 26 expected: [1, 2, 3, 4, 5], 31 expected: [1, 2, 3, 4, 5], 32 params: [0, 4, 2] 37 expected: [4, 5, 3, 4, 5], 42 expected: [1, 4, 5, 4, 5], 47 expected: [1, 3, 4, 5, 5], 52 expected: [1, 2, 3, 4, 5], 57 expected: [4, 2, 3, 4, 5], [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/stdlib-templates/std/core/ |
| D | list.copyWithin.yaml | 16 expected: [1, 2, 3, 4, 5], 21 expected: [1, 2, 3, 4, 5], 26 expected: [1, 2, 3, 4, 5], 31 expected: [1, 2, 3, 4, 5], 32 params: [0, 4, 2] 37 expected: [4, 5, 3, 4, 5], 42 expected: [1, 4, 5, 4, 5], 47 expected: [1, 3, 4, 5, 5], 52 expected: [1, 2, 3, 4, 5], 57 expected: [4, 2, 3, 4, 5], [all …]
|
| D | list.std_core_array_fill.yaml | 88 arr: "[0 ,1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]", 91 endIndex: 4, 95 arr: "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]", 102 arr: "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]", 109 arr: "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]", 116 arr: "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]", 124 test1: "[0, 0, 0, 0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16]", 126 test3: "[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 0, 0, 16]", 127 test4: "[0, 1, 2, 3, 4, 5, 6, 7, 0, 0, 0, 0, 12, 13, 14, 15, 16]", 128 test5: "[0, 1, 2, 3, 4, 5, 6, 7, 0, 9, 10, 11, 12, 13, 14, 15, 16]", [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/02.order_of_expression_evaluation/ |
| D | int_parens.params.yaml | 16 - {left: "2+3+4+5", right: "(2+3)+4+5"} 17 - {left: "2+3+4+5", right: "(2+3)+(4+5)"} 18 - {left: "2+3+4+5", right: "2+(3+4)+5"} 19 - {left: "2+3+4+5", right: "2+3+(4+5)"} 20 - {left: "2+3+4+5", right: "(((2+3)+4)+5)"} 21 - {left: "2+3+4+5", right: "((2+3)+4)+5"} 23 - {left: "2*3*4*5", right: "(2*3)*4*5"} 24 - {left: "2*3*4*5", right: "(2*3)*(4*5)"} 25 - {left: "2*3*4*5", right: "2*(3*4)*5"} 26 - {left: "2*3*4*5", right: "2*3*(4*5)"} [all …]
|
| /arkcompiler/runtime_core/libpandabase/tests/ |
| D | serializer_test.cpp | 49 constexpr const int64_t IMM_FOUR = 4; in DoTest() 103 DoTest<std::string>({}, 4); in TEST_F() 104 DoTest<std::string>("", 4); in TEST_F() 105 DoTest<std::string>("Hello World!", 4 + 12); in TEST_F() 106 DoTest<std::string>("1", 4 + 1); in TEST_F() 107 DoTest<std::string>({}, 4); in TEST_F() 112 DoTest<std::vector<uint8_t>>({1, 2, 3, 4}, 4 + 1 * 4); in TEST_F() 113 DoTest<std::vector<uint16_t>>({143, 452, 334}, 4 + 2 * 3); in TEST_F() 114 DoTest<std::vector<uint32_t>>({15434, 4564562, 33453, 43456, 346346}, 4 + 5 * 4); in TEST_F() 115 DoTest<std::vector<uint64_t>>({14345665644345, 34645345465}, 4 + 8 * 2); in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedarray/ |
| D | expect_output.txt | 51 3,4,4,3 94 4,3 95 4,3,2,6,4,3,4 105 Elements pushed: 1,3,5,2,4,6 108 1,3,5,2,4,6 109 1,3,5,2,4,6,100,101,102 114 4 117 4 133 2,4,6,100,50,60,70,2,4,6,100,50,60,70,2,4,6,100,50,60,70,2,4,6,100,50,60,70,2,4,6,100,50,60,70,2,4,… 135 4,6,100,50,60,70,2,4,6,100,50,60,70,2,4,6,100,50,60,70,2,4,6,100,50,60,70,2,4,6,100,50,60,70,2,4,6,… [all …]
|
| /arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/ |
| D | expect_output.txt | 15 length: 4, byteLength: 4 17 length: 4, byteLength: 8 19 length: 4, byteLength: 16 20 BYTES_PER_ELEMENT: 4, 4 21 length: 4, byteLength: 16 22 BYTES_PER_ELEMENT: 4, 4 23 length: 4, byteLength: 32 25 length: 4, byteLength: 32 27 length: 4, byteLength: 4 29 length: 4, byteLength: 8 [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/optimizer/js/opt-try-catch-func/ |
| D | test-nested-try-catch-expected.txt | 12 4 14 4 16 4 18 4 20 4 23 4 25 4 27 4 29 4 31 4
|
| /arkcompiler/runtime_core/static_core/libpandabase/tests/ |
| D | serializer_test.cpp | 51 constexpr const int64_t IMM_FOUR = 4; in DoTest() 108 DoTest<std::string>({}, 4U); in TEST_F() 109 DoTest<std::string>("", 4U); in TEST_F() 110 DoTest<std::string>("Hello World!", 4U + 12U); in TEST_F() 111 DoTest<std::string>("1", 4U + 1U); in TEST_F() 112 DoTest<std::string>({}, 4U); in TEST_F() 117 DoTest<std::vector<uint8_t>>({1U, 2U, 3U, 4U}, 4U + 1U * 4U); in TEST_F() 118 DoTest<std::vector<uint16_t>>({143U, 452U, 334U}, 4U + 2U * 3U); in TEST_F() 119 DoTest<std::vector<uint32_t>>({15434U, 4564562U, 33453U, 43456U, 346346U}, 4U + 5U * 4U); in TEST_F() 120 DoTest<std::vector<uint64_t>>({14345665644345U, 34645345465U}, 4U + 8U * 2U); in TEST_F() [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/array/ |
| D | expect_output.txt | 19 1,2,3,4,5 20 4 21 1,2,3,4 22 4 25 2,3,4,5,6 26 5,4,3,2,1 48 4 78 6,,4,3,2,1 79 1,2,3,4,,6 80 1,2,6,4,5 [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/arch/arm32/ |
| D | ets_async_entry_point_arm32hf.S | 33 CFI_REL_OFFSET(lr, 4) 39 str r0, [sp, #4] 44 sub sp, sp, #(CFRAME_LOCALS_COUNT * 4) 49 CFI_REL_OFFSET(d15, -((CFRAME_LOCALS_COUNT + 2 + 2) * 4)) 50 CFI_REL_OFFSET(d14, -((CFRAME_LOCALS_COUNT + 2 + 4) * 4)) 51 CFI_REL_OFFSET(d13, -((CFRAME_LOCALS_COUNT + 2 + 6) * 4)) 52 CFI_REL_OFFSET(d12, -((CFRAME_LOCALS_COUNT + 2 + 8) * 4)) 53 CFI_REL_OFFSET(d11, -((CFRAME_LOCALS_COUNT + 2 + 10) * 4)) 54 CFI_REL_OFFSET(d10, -((CFRAME_LOCALS_COUNT + 2 + 12) * 4)) 55 CFI_REL_OFFSET(d9, -((CFRAME_LOCALS_COUNT + 2 + 14) * 4)) [all …]
|
| D | ets_async_entry_point_arm32.S | 33 CFI_REL_OFFSET(lr, 4) 39 str r0, [sp, #4] 44 sub sp, sp, #(CFRAME_LOCALS_COUNT * 4) 50 CFI_REL_OFFSET(d15, -((CFRAME_LOCALS_COUNT + 2 + 2) * 4)) 51 CFI_REL_OFFSET(d14, -((CFRAME_LOCALS_COUNT + 2 + 4) * 4)) 52 CFI_REL_OFFSET(d13, -((CFRAME_LOCALS_COUNT + 2 + 6) * 4)) 53 CFI_REL_OFFSET(d12, -((CFRAME_LOCALS_COUNT + 2 + 8) * 4)) 54 CFI_REL_OFFSET(d11, -((CFRAME_LOCALS_COUNT + 2 + 10) * 4)) 55 CFI_REL_OFFSET(d10, -((CFRAME_LOCALS_COUNT + 2 + 12) * 4)) 56 CFI_REL_OFFSET(d9, -((CFRAME_LOCALS_COUNT + 2 + 14) * 4)) [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_call_signature.cpp | 21 CallSignature signature(name, 0, 4, \ 24 std::array<VariableType, 4> params = { \ 43 // 4 : 4 input parameters in DEF_CALL_SIGNATURE() 44 CallSignature signature("BaselineTryLdGLobalByNameImm8ID16", 0, 4, in DEF_CALL_SIGNATURE() 47 // 4 : 4 input parameters in DEF_CALL_SIGNATURE() 48 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() 59 // 4 : 4 input parameters in DEF_CALL_SIGNATURE() 60 CallSignature signature("BaselineStToGlobalRecordImm16ID16", 0, 4, in DEF_CALL_SIGNATURE() 63 // 4 : 4 input parameters in DEF_CALL_SIGNATURE() 64 std::array<VariableType, 4> params = { in DEF_CALL_SIGNATURE() [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/01.evaluation_of_expressions/03.operator_precedence/ |
| D | postfix.sts | 21 let res: int, t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255 54 t4 = 4 59 t4 = 4 65 t4 = 4 70 t4 = 4 76 t4 = 4 81 t4 = 4 87 t4 = 4 92 t4 = 4 98 t4 = 4 [all …]
|
| D | prefix.sts | 21 let res: int, t2 = 2, t3 = 3, t4 = 4, t8 = 8, t255 = 255 43 if (res != -4 || t2 != 3) return 1; 54 t4 = 4 59 t4 = 4 65 t4 = 4 70 t4 = 4 74 if (res != 4 || t255 != 254 || t4 != 5) return 1; 76 t4 = 4 81 t4 = 4 87 t4 = 4 [all …]
|
| /arkcompiler/ets_frontend/testTs/expect/types/spread/ |
| D | objectSpreadRepeatedNullCheckPerf.txt | 2 …4}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'b'}, {'t': 25, 'v': 4}, {'t': 2, 'v': 0}, {…
|
| /arkcompiler/runtime_core/static_core/runtime/fibers/arch/arm/ |
| D | context_layout.h | 24 * GPRs: 9 x 4 = 36 bytes (r0, r4-r11) 25 * Special registers: 4 x 4 = 16 bytes (r12-r15) 30 * FP status and control: 4 bytes (FPSCR) 36 * 0x0 | 0 | 4 | R0 37 * 0x4 | 4 | 4 | R4 38 * 0x8 | 8 | 4 | R5 39 * 0xc | 12 | 4 | R6 40 * 0x10 | 16 | 4 | R7 41 * 0x14 | 20 | 4 | R8 42 * 0x18 | 24 | 4 | R9 [all …]
|
| /arkcompiler/ets_runtime/test/aottest/classstatic/ |
| D | classstatic.ts | 20 this.mode = 4; 41 static TwoCC = 4; 45 static test4 = 4; 49 static test8 = 4; 53 static test12 = 4; 57 static test15 = 4; 61 static test19 = 4; 65 static test23 = 4; 69 static test27 = 4; 75 static test33 = 4; [all …]
|
| /arkcompiler/ets_runtime/test/moduletest/arrayfrom/ |
| D | expect_output.txt | 18 0,1,2,3,4,5,6,7,8,9,0,1,2,3,4,5,6,7,8,9,0,1,2 27 1,2,3,4 28 {"0":1,"1":2,"2":3,"3":4,"length":4} 40 {"0":1,"1":2,"2":3,"3":4,"length":4} 52 [1,2,3,4] 70 ["x",2,3,4,5] 99 [[0],[2],[4]] 100 [[0],[2],[4]] 103 [1,2,3,4,5] 104 [1,2,3,4,5] [all …]
|