Home
last modified time | relevance | path

Searched refs:NewLoopBegin (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h550 void NewLoopBegin(BytecodeRegion &bb, GateRef &state, GateRef &depend);
Dbytecode_circuit_builder.cpp642 void BytecodeCircuitBuilder::NewLoopBegin(BytecodeRegion &bb, GateRef &state, GateRef &depend) in NewLoopBegin() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder
694 NewLoopBegin(bb, state, depend); in BuildBlockCircuitHead()