Searched refs:loopBegin (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ts2panda/tests/statements/ |
| D | while.test.ts | 64 let loopBegin = new Label(); variable 68 loopBegin, 77 new Jmp(loopBegin), 94 let loopBegin = new Label(); variable 97 loopBegin, 110 new Jmp(loopBegin),
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
| D | optimized_call.cpp | 1055 Label loopBegin; in DeoptEnterAsmInterp() local 1061 __ Bind(&loopBegin); in DeoptEnterAsmInterp() 1081 __ Jae(&loopBegin); in DeoptEnterAsmInterp()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/ |
| D | optimized_call.cpp | 1045 Label loopBegin; in DeoptEnterAsmInterp() local 1056 __ Bind(&loopBegin); in DeoptEnterAsmInterp() 1076 __ B(Condition::GE, &loopBegin); in DeoptEnterAsmInterp()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecode_circuit_builder.cpp | 648 auto loopBegin = circuit_->NewGate(circuit_->LoopBegin(), { Circuit::NullGate(), loopBack }); in NewLoopBegin() local 651 { loopBegin, Circuit::NullGate(), Circuit::NullGate() }); in NewLoopBegin() 654 gateAcc_.NewIn(loopBegin, 0, state); in NewLoopBegin() 657 state = loopBegin; in NewLoopBegin()
|