Home
last modified time | relevance | path

Searched full:61 (Results 1 – 25 of 98) sorted by relevance

1234

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Djlez.yaml104 # Max backward jump for imm8, 1 + 2 + 2*61 + 1 + 2 = 128 bytes
108 ldai 61
109 subi 1 ##*61
169 # Max backward jump for imm8, 1 + 2 + 61*2 + 1 + 2 = 128 bytes
173 ldai 61
174 subi 1 ##*61
Djgez.yaml104 # Max backward jump for imm8, 2 + 61*2 + 1 + 1 + 2 = 128 bytes
107 ldai 61
108 subi 1 ##*61
167 # Max backward jump for imm8, 1 + 2 + 61*2 + 1 + 2 = 128 bytes
171 ldai 61
172 subi 1 ##*61
Djnez.yaml106 # Max backward jump for imm8, 1 + 2 + 2*61 + 1 + 2 = 128 bytes
110 ldai 61
111 subi 1 ##*61
Djgtz.yaml104 # Max backward jump for imm8, 2 + 61*2 + 1 + 1 + 2 = 128 bytes
107 ldai 61
108 subi 1 ##*61
Djeqz.yaml103 # Max backward jump for imm8, 1 + 2 + 2*61 + 1 + 2 = 128 bytes
107 ldai 61
108 subi 1 ##*61
Djltz.yaml104 # Max backward jump for imm8, 1 + 2 + 61*2 + 1 + 2 = 128 bytes
108 ldai 61
109 subi 1 ##*61
/arkcompiler/runtime_core/verification/util/tests/
Daddr_map_test.cpp34 EXPECT_FALSE(amap1.HasMark(&mem[61])); in TEST_F()
45 amap1.Mark(&mem[61]); in TEST_F()
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-ts-type-predicate-expected.txt139 "column": 61
150 "column": 61
161 "column": 61
170 "column": 61
2111 "column": 61
2823 "column": 61
3910 "line": 61,
3914 "line": 61,
3926 "line": 61,
3930 "line": 61,
[all …]
Dtest_generic-expected.txt2177 "column": 61
4821 "line": 61,
4825 "line": 61,
4832 "line": 61,
4836 "line": 61,
4844 "line": 61,
4848 "line": 61,
4867 "line": 61,
4871 "line": 61,
4878 "line": 61,
[all …]
Dtest-ts-type-predicate1-expected.txt120 "column": 61
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
DfunctionWithPattern8-expected.txt276 "column": 61
293 "column": 61
504 "column": 61
516 "column": 61
DobjectLiteralAssignability10-expected.txt299 "column": 61
311 "column": 61
DarrayDestructuring24-expected.txt255 "column": 61
266 "column": 61
DobjectDestructuring16-expected.txt291 "column": 61
317 "column": 61
DfunctionWithPattern9-expected.txt276 "column": 61
293 "column": 61
504 "column": 61
516 "column": 61
DfunctionWithPattern10-expected.txt276 "column": 61
293 "column": 61
504 "column": 61
516 "column": 61
DobjectDestructuring17-expected.txt291 "column": 61
317 "column": 61
DfunctionWithPattern11-expected.txt276 "column": 61
293 "column": 61
504 "column": 61
516 "column": 61
DfunctionWithPattern12-expected.txt278 "column": 61
295 "column": 61
506 "column": 61
518 "column": 61
DobjectLiteralAssignability18-expected.txt204 "column": 61
215 "column": 61
747 "column": 61
DobjectDestructuring24-expected.txt214 "column": 61
226 "column": 61
DtupleAssignability8-expected.txt131 "column": 61
DfunctionCall-expected.txt2223 "line": 61,
2227 "line": 61,
2235 "line": 61,
2239 "line": 61,
2252 "line": 61,
2256 "line": 61,
2265 "line": 61,
2269 "line": 61,
2276 "line": 61,
2280 "line": 61,
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper.cpp53 …et constructorName be the String value of the Constructor Name value specified in Table 61 for this in TypedArrayConstructor()
193 // 8. Let elementType be the Element Type value in Table 61 for constructorName. in CreateFromTypedArray()
197 // 11. Let srcType be the Element Type value in Table 61 for srcName. in CreateFromTypedArray()
198 // 12. Let srcElementSize be the Element Size value specified in Table 61 for srcName. in CreateFromTypedArray()
204 // 14. Let elementSize be the Element Size value specified in Table 61 for constructorName. in CreateFromTypedArray()
283 // 5. Let elementSize be the Element Size value specified in Table 61 for constructorName. in CreateFromArrayBuffer()
426 // 5. Let elementSize be the Element Size value specified in Table 61 for constructorName. in AllocateTypedArrayBuffer()
466 // 2. Let defaultConstructor be the intrinsic object listed in column one of Table 61 for in TypedArraySpeciesCreate()
/arkcompiler/runtime_core/compiler/tests/
Dadjust_arefs_test.cpp203 INST(61, Opcode::LoadArray).u64().Inputs(0, 1); in TEST_F()
241 INST(61, Opcode::Load).u64().Inputs(11, 1); in TEST_F()
293 INST(61, Opcode::LoadArray).u64().Inputs(0, 1); in TEST_F()
332 INST(61, Opcode::LoadArray).u64().Inputs(0, 1); in TEST_F()

1234