| /arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 81 l2: jmp l3 84 l1: jmp l2 92 jmp l2 95 l2: 102 jmp l2 108 l2: 115 jmp l2 118 l2: 125 jmp l2 128 l2: [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | jmp.yaml | 86 l2: jmp l3 89 l1: jmp l2 98 jmp l2 101 l2: 109 jmp l2 115 l2: 123 jmp l2 126 l2: 134 jmp l2 137 l2: [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_scope.cpp | 48 auto &l2 = scp2->GetRangeLow(); in HasJoinScope() local 50 return (l1.IsBfOrEq(l2) && l2.IsBfOrEq(h1)) || (l2.IsBfOrEq(l1) && l1.IsBfOrEq(h2)); in HasJoinScope() 58 auto &l2 = scp2->GetRangeLow(); in HasSameRange() local 60 return l1.IsSrcPostionEq(l2) && h1.IsSrcPostionEq(h2); in HasSameRange()
|
| /arkcompiler/ets_frontend/ets2panda/test/runtime/ets/ |
| D | conversionFloatIntLong.sts | 82 let l2: int = 2147483647 83 let l_f2 = l2 as float 84 let d_f2 = l2 as double
|
| D | conversionFromInfinity.sts | 45 let l2: double = Infinity 46 let l3 = l2 as long
|
| D | Typeof.sts | 99 let l2 = undefined 104 assert(typeof l2 == "undefined")
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/ |
| D | name_as_export_api_1_expected.txt | 30 class l2 { 36 export { j2, l2, m2 as q2, n2 };
|
| D | name_as_import_api_1_expected.txt | 15 import { h2 as z2, l2 as a3, q2 } from './name_as_export_api_1'; 16 import { l2, o2 as i2 } from './name_as_export_api_1';
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/ |
| D | memory_coalescing2.sts | 94 public l2 : long 146 t.l2 = 0; 149 t.l2 += u[j + 1]; 153 v[i + 1] = t.l2 + 1; 159 t.l2 = 0; 162 t.l2 += u[j]; 166 v[i] = t.l2;
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/shorthand/toplevelConfig/ |
| D | someSimilarGrammars_expected.txt | 24 let [k2, l2] = ['akria3', 13]; 27 y1(l2 === 13, 'success');
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/31.string_interpolation_expressions/ |
| D | siexp.params.yaml | 26 const l2: long = 0 as long 35 … ${b2} C ${b3} D ${s1} E ${s2} F ${s3} G ${i1} H ${i2} I ${i3} J ${l1} K ${l2} L ${l3} M ${f1} N $… 49 const l2: Long = 0 as long 58 … ${b2} C ${b3} D ${s1} E ${s2} F ${s3} G ${i1} H ${i2} I ${i3} J ${l1} K ${l2} L ${l3} M ${f1} N $…
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | ts_ignore.sts | 42 let l2 = () => { 46 l2();
|
| D | func_return_type.sts | 87 return l2(t); 89 let l2 = (t: T) => {
|
| D | func_return_type.ts.autofix.json | 186 "replacementText": "(t: T): T => {\n return l2(t);\n}"
|
| D | sendable_no_structural_typing.sts | 114 const l2: [SC1] = [nc1]; // ERROR
|
| /arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/ |
| D | icon.svg | 31 <path d="M2,2 L2,10 L10,10 L10,12 L0,12 L0,2 L2,2 Z" id="shapecombine"></path> 35 …20400551,1.41421356 L3.704,5.914 L6,8.21000551 L0,8.21000551 L0,2.21000551 L2.289,4.499 L6.7897919…
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_emitter.h | 117 bool operator()(const Label &l1, const Label &l2) const in operator() 119 return *l1.pc_ < *l2.pc_; in operator()
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_emitter.h | 115 bool operator()(const Label &l1, const Label &l2) const in operator() 117 return *l1.pc_ < *l2.pc_; in operator()
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | labeled.sts | 20 L2: L3: this.a *= 2;
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | report.py | 410 l2 = r2[lib] 412 times2.append(l2.time) 414 sizes2.append(l2.size) 417 l2.aot_stats.number_of_methods, less_is_better=False) 418 time_diff = diff_str(l1.time, l2.time) 419 size_diff = diff_str(l1.size, l2.size)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/intrinsics/ |
| D | stringbuilder.sts | 30 const l2: long = 0 as long 105 … ${b2} C ${b3} D ${s1} E ${s2} F ${s3} G ${i1} H ${i2} I ${i3} J ${l1} K ${l2} L ${l3} M ${f1} N $…
|
| /arkcompiler/ets_runtime/test/aottest/definefieldbyname2/ |
| D | definefieldbyname2.js | 79 l2 = 12; field in A
|
| /arkcompiler/runtime_core/static_core/irtoc/scripts/ |
| D | tests.irt | 119 Goto(:l2) 124 Label(:l2)
|
| /arkcompiler/runtime_core/docs/ |
| D | design-of-interpreter.md | 140 for statically typed languages that run on the platform natively, and 15x-20x for L2 languages.
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | design-of-interpreter.md | 140 for statically typed languages that run on the platform natively, and 15x-20x for L2 languages.
|