Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h569 GateRef CreateLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateRef value);
Dbytecode_circuit_builder.cpp1226 GateRef BytecodeCircuitBuilder::CreateLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateR… in CreateLoopExitValue() function in panda::ecmascript::kungfu::BytecodeCircuitBuilder
1248 value = CreateLoopExitValue(exit, reg, acc, value); in NewLoopExitValue()