Home
last modified time | relevance | path

Searched defs:callGate (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp245 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()
Dslowpath_lowering.cpp149 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()
Dcircuit_builder.cpp632 auto callGate = GetCircuit()->NewGate(circuit_->Construct(bitfield), MachineType::I64, in Construct() local