Searched defs:loopExit (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | bytecode_circuit_builder.cpp | 663 auto loopExit = circuit_->NewGate(circuit_->LoopExit(), in NewLoopExit() local 1208 bool BytecodeCircuitBuilder::IsLoopExitValueExists(GateRef loopExit, uint16_t reg, bool acc) in IsLoopExitValueExists() 1217 GateRef BytecodeCircuitBuilder::GetLoopExitValue(GateRef loopExit, uint16_t reg, bool acc) in GetLoopExitValue() 1226 GateRef BytecodeCircuitBuilder::CreateLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateR… in CreateLoopExitValue() 1238 GateRef BytecodeCircuitBuilder::NewLoopExitValue(GateRef loopExit, uint16_t reg, bool acc, GateRef … in NewLoopExitValue()
|
D | stub_builder.cpp | 2187 Label loopExit(env); in GetPropertyByIndex() local 2405 Label loopExit(env); in GetPropertyByName() local 2717 Label loopExit(env); in SetPropertyByIndex() local 2884 Label loopExit(env); in SetPropertyByName() local
|