Home
last modified time | relevance | path

Searched refs:Goto (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/docs/
Dirtoc.md102 Goto(exit)
107 Goto(head)
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.h735 void Goto(uint32_t i) in Goto() function
Dllvm_ir_builder.h313 V(Goto, (int block, int bbout)) \
Dcircuit_builder.cpp89 GateRef CircuitBuilder::Goto(GateRef state) in Goto() function in panda::ecmascript::kungfu::CircuitBuilder
1788 auto jump = Goto(currentControl); in Jump()
Dcircuit_builder.h351 GateRef Goto(GateRef state);
Dbytecode_circuit_builder.cpp1276 for (iterator.Goto(bcId); !iterator.Done(); --iterator) { in ResolveDef()
Dstub_builder.cpp43 auto jump = env_->GetBuilder()->Goto(currentControl); in Jump()