Home
last modified time | relevance | path

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

/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/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/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/ets_frontend/ts2panda/src/base/
DtypeSystem.ts458 // the first element is to determine the L2 type
922 // the first element is to determine the L2 type
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp1380 .L2: in EncodeCompareAndSwap()
1385 cbnz res, .L2 in EncodeCompareAndSwap()