Searched full:61 (Results 1 – 25 of 98) sorted by relevance
1234
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jlez.yaml | 104 # 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
|
| D | jgez.yaml | 104 # 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
|
| D | jnez.yaml | 106 # Max backward jump for imm8, 1 + 2 + 2*61 + 1 + 2 = 128 bytes 110 ldai 61 111 subi 1 ##*61
|
| D | jgtz.yaml | 104 # Max backward jump for imm8, 2 + 61*2 + 1 + 1 + 2 = 128 bytes 107 ldai 61 108 subi 1 ##*61
|
| D | jeqz.yaml | 103 # Max backward jump for imm8, 1 + 2 + 2*61 + 1 + 2 = 128 bytes 107 ldai 61 108 subi 1 ##*61
|
| D | jltz.yaml | 104 # 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/ |
| D | addr_map_test.cpp | 34 EXPECT_FALSE(amap1.HasMark(&mem[61])); in TEST_F() 45 amap1.Mark(&mem[61]); in TEST_F()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-ts-type-predicate-expected.txt | 139 "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 …]
|
| D | test_generic-expected.txt | 2177 "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 …]
|
| D | test-ts-type-predicate1-expected.txt | 120 "column": 61
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | functionWithPattern8-expected.txt | 276 "column": 61 293 "column": 61 504 "column": 61 516 "column": 61
|
| D | objectLiteralAssignability10-expected.txt | 299 "column": 61 311 "column": 61
|
| D | arrayDestructuring24-expected.txt | 255 "column": 61 266 "column": 61
|
| D | objectDestructuring16-expected.txt | 291 "column": 61 317 "column": 61
|
| D | functionWithPattern9-expected.txt | 276 "column": 61 293 "column": 61 504 "column": 61 516 "column": 61
|
| D | functionWithPattern10-expected.txt | 276 "column": 61 293 "column": 61 504 "column": 61 516 "column": 61
|
| D | objectDestructuring17-expected.txt | 291 "column": 61 317 "column": 61
|
| D | functionWithPattern11-expected.txt | 276 "column": 61 293 "column": 61 504 "column": 61 516 "column": 61
|
| D | functionWithPattern12-expected.txt | 278 "column": 61 295 "column": 61 506 "column": 61 518 "column": 61
|
| D | objectLiteralAssignability18-expected.txt | 204 "column": 61 215 "column": 61 747 "column": 61
|
| D | objectDestructuring24-expected.txt | 214 "column": 61 226 "column": 61
|
| D | tupleAssignability8-expected.txt | 131 "column": 61
|
| D | functionCall-expected.txt | 2223 "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/ |
| D | typed_array_helper.cpp | 53 …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/ |
| D | adjust_arefs_test.cpp | 203 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