Home
last modified time | relevance | path

Searched full:12 (Results 1 – 25 of 734) sorted by relevance

12345678910>>...30

/arkcompiler/runtime_core/runtime/tests/
Dhistogram_test.cpp96 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 …]
Dmalloc-proxy-allocator-test.cpp76 …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/
Dinterpreter_to_compiled_code_bridge_dyn_arm.S30 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)
Dinterpreter_to_compiled_code_bridge_arm.S126 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 …]
Dcompiled_code_to_interpreter_bridge_armhf.S39 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/
Dtest-type-alias-expected.txt29 "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
Dtest-as-expression2-expected.txt78 "column": 12
169 "column": 12
180 "column": 12
228 "column": 12
239 "column": 12
252 "column": 12
Dtest-ts-mapped-type-expected.txt131 "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 …]
Dtest-ts-parameter-property-expected.txt33 "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/
Dtest-ts-namespace-12-expected.txt1 test-ts-namespace-12 flag3
2 test-ts-namespace-12 flag1
3 test-ts-namespace-12 flag2
Dtest-ts-namespace-12.ts20 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/
Dtest-logical-expression-expected.txt178 "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 …]
Dclass-declaration-is-expected.txt99 "column": 12
112 "column": 12
124 "column": 12
136 "column": 12
Dtest-try-statement-expected.txt72 "column": 12
83 "column": 12
141 "column": 12
152 "column": 12
183 "column": 12
194 "column": 12
Dtest-if-expected.txt145 "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
Dtest-object-expression-expected.txt227 "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
Dtest-class-expression-expected.txt160 "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/
Dscheduler_test.cpp45 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 …]
Dvn_test.cpp55 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/
Dassignment_unknown-expected.txt88 "column": 12
144 "column": 12
196 "value": 12,
200 "column": 12
256 "column": 12
312 "column": 12
368 "column": 12
DrecursiveFunction-expected.txt100 "column": 12
214 "column": 12
256 "column": 12
279 "value": 12,
283 "column": 12
390 "column": 12
427 "column": 12
Das_expression_2-expected.txt58 "column": 12
116 "column": 12
127 "column": 12
/arkcompiler/runtime_core/runtime/bridge/arch/x86/
Dhandle_call_v4_v4_id16_x86.S34 movl %edx, 12(%esp)
38 movl 12(%esp), %edx
50 movl %edx, 12(%esp)
54 movl 12(%esp), %edx
Dinterpreter_to_compiled_code_bridge_x86.S52 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/
Dassembler_aarch64_constants.h89 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)

12345678910>>...30