Searched defs:resumeGate (Results 1 – 2 of 2) sorted by relevance
68 void AsyncFunctionLowering::RebuildGeneratorCfg(GateRef resumeGate, GateRef restoreOffsetGate, Gate… in RebuildGeneratorCfg()
1308 auto resumeGate = byteCodeToJSGates_.at(iterator.Index()).at(0); in ResolveDef() local1492 GateRef BytecodeCircuitBuilder::GetExistingRestore(GateRef resumeGate, uint16_t tmpReg) const in GetExistingRestore()1501 void BytecodeCircuitBuilder::SetExistingRestore(GateRef resumeGate, uint16_t tmpReg, GateRef restor… in SetExistingRestore()