Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp89 UseIterator SlowPathLowering::ReplaceHirControlGate(const UseIterator &useIt, GateRef newGate, bool… in ReplaceHirControlGate()
815 GateRef newGate = LowerCallRuntime(id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); in LowerCreateIterResultObj() local
902 GateRef newGate = LowerCallRuntime(id, { genObj, value }); in LowerSuspendGenerator() local
911 GateRef newGate = LowerCallRuntime(id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); in LowerAsyncFunctionAwaitUncaught() local
921 …GateRef newGate = LowerCallRuntime(id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1), tagged… in LowerAsyncFunctionResolve() local
931 …GateRef newGate = LowerCallRuntime(id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1), tagged… in LowerAsyncFunctionReject() local
939 GateRef newGate = builder_.GetObjectFromConstPool(glue_, jsFunc, in LowerLoadStr() local
1013 GateRef newGate = builder_.Call(cs, glue_, target, dependEntry_, args); in LowerToJSCall() local
1093 GateRef newGate = LowerCallRuntime(id, in LowerCallSpread() local
1128 GateRef newGate = LowerCallRuntime(id, in LowerNewObjApply() local
[all …]
Dasync_function_lowering.cpp176 GateRef newGate = circuit_->NewGate(circuit_->Merge(2), in UpdateValueSelector() local
Dcircuit.cpp83 auto newGate = new (gateSpace) Gate(meta, gateCount_++, inPtrList.data(), machineType, type); in NewGate() local