Home
last modified time | relevance | path

Searched defs:resumeGate (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dasync_function_lowering.cpp68 void AsyncFunctionLowering::RebuildGeneratorCfg(GateRef resumeGate, GateRef restoreOffsetGate, Gate… in RebuildGeneratorCfg()
Dbytecode_circuit_builder.cpp1308 auto resumeGate = byteCodeToJSGates_.at(iterator.Index()).at(0); in ResolveDef() local
1492 GateRef BytecodeCircuitBuilder::GetExistingRestore(GateRef resumeGate, uint16_t tmpReg) const in GetExistingRestore()
1501 void BytecodeCircuitBuilder::SetExistingRestore(GateRef resumeGate, uint16_t tmpReg, GateRef restor… in SetExistingRestore()