Searched defs:callGate (Results 1 – 3 of 3) sorted by relevance
245 void TSInlineLowering::ReplaceEntryGate(GateRef callGate) in ReplaceEntryGate()258 void TSInlineLowering::ReplaceReturnGate(GateRef callGate) in ReplaceReturnGate()314 void TSInlineLowering::LowerToInlineCall(GateRef callGate, const std::vector<GateRef> &args) in LowerToInlineCall()
149 void SlowPathLowering::ReplaceHirWithIfBranch(GateRef hirGate, GateRef callGate, GateRef ifBranch) in ReplaceHirWithIfBranch()176 void SlowPathLowering::ReplaceHirToJSCall(GateRef hirGate, GateRef callGate) in ReplaceHirToJSCall()204 void SlowPathLowering::ReplaceHirToCall(GateRef hirGate, GateRef callGate, bool noThrow) in ReplaceHirToCall()230 void SlowPathLowering::ReplaceHirToThrowCall(GateRef hirGate, GateRef callGate) in ReplaceHirToThrowCall()
632 auto callGate = GetCircuit()->NewGate(circuit_->Construct(bitfield), MachineType::I64, in Construct() local