Home
last modified time | relevance | path

Searched full:l2 (Results 1 – 25 of 32) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/cts-generator/cts-template/
Djmp.yaml81 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/
Djmp.yaml86 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/
Dmir_scope.cpp48 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/
DconversionFloatIntLong.sts82 let l2: int = 2147483647
83 let l_f2 = l2 as float
84 let d_f2 = l2 as double
DconversionFromInfinity.sts45 let l2: double = Infinity
46 let l3 = l2 as long
DTypeof.sts99 let l2 = undefined
104 assert(typeof l2 == "undefined")
/arkcompiler/ets_frontend/arkguard/test/grammar/export_obfuscation/
Dname_as_export_api_1_expected.txt30 class l2 {
36 export { j2, l2, m2 as q2, n2 };
Dname_as_import_api_1_expected.txt15 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/
Dmemory_coalescing2.sts94 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/
DsomeSimilarGrammars_expected.txt24 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/
Dsiexp.params.yaml26 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/
Dts_ignore.sts42 let l2 = () => {
46 l2();
Dfunc_return_type.sts87 return l2(t);
89 let l2 = (t: T) => {
Dfunc_return_type.ts.autofix.json186 "replacementText": "(t: T): T => {\n return l2(t);\n}"
Dsendable_no_structural_typing.sts114 const l2: [SC1] = [nc1]; // ERROR
/arkcompiler/ets_runtime/tools/ap_file_viewer/src/base-ui/
Dicon.svg31 <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/
Dbytecode_emitter.h117 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/
Dbytecode_emitter.h115 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/
Dlabeled.sts20 L2: L3: this.a *= 2;
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
Dreport.py410 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/
Dstringbuilder.sts30 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/
Ddefinefieldbyname2.js79 l2 = 12; field in A
/arkcompiler/runtime_core/static_core/irtoc/scripts/
Dtests.irt119 Goto(:l2)
124 Label(:l2)
/arkcompiler/runtime_core/docs/
Ddesign-of-interpreter.md140 for statically typed languages that run on the platform natively, and 15x-20x for L2 languages.
/arkcompiler/runtime_core/static_core/docs/
Ddesign-of-interpreter.md140 for statically typed languages that run on the platform natively, and 15x-20x for L2 languages.

12