Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp759 …GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); in LowerCreateIterResultObj() local
847 GateRef newGate = LowerCallRuntime(gate, id, { genObj, value }); in LowerSuspendGenerator() local
856 …GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1)}); in LowerAsyncFunctionAwaitUncaught() local
866 …GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1), … in LowerAsyncFunctionResolve() local
876 …GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0), acc_.GetValueIn(gate, 1), … in LowerAsyncFunctionReject() local
979 GateRef newGate = LowerCallRuntime(gate, id, in LowerCallSpread() local
1009 GateRef newGate = LowerCallRuntime(gate, id, in LowerNewObjApply() local
1029 GateRef newGate = LowerCallRuntime(gate, id, {acc_.GetValueIn(gate, 0)}); in LowerThrowConstAssignment() local
1036 GateRef newGate = LowerCallRuntime(gate, id, {}); in LowerThrowThrowNotExists() local
1043 GateRef newGate = LowerCallRuntime(gate, id, {}); in LowerThrowPatternNonCoercible() local
[all …]
Dloop_peeling.cpp124 GateRef newGate = circuit_->NewGate(acc_.GetMetaData(gate), inList); in SetCopy() local
Dasync_function_lowering.cpp174 GateRef newGate = circuit_->NewGate(circuit_->Merge(2), in UpdateValueSelector() local
Dcircuit_builder.cpp1325 auto newGate = GetCircuit()->NewGate(circuit_->GetConstPool(), MachineType::I64, in GetConstPool() local
1336 auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalEnv(), MachineType::I64, in GetGlobalEnv() local
1347 auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalEnvObjHClass(index), MachineType::I64, in GetGlobalEnvObjHClass() local
1358 … auto newGate = GetCircuit()->NewGate(circuit_->GetGlobalConstantValue(static_cast<size_t>(index)), in GetGlobalConstantValue() local
1549 GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArray(arraySize), MachineType::I64, in CreateArray() local
1563 GateRef newGate = GetCircuit()->NewGate(circuit_->CreateArrayWithBuffer(arraySize), in CreateArrayWithBuffer() local
1577 GateRef newGate = GetCircuit()->NewGate(circuit_->StartAllocate(), MachineType::I64, in StartAllocate() local
1587 GateRef newGate = GetCircuit()->NewGate(circuit_->FinishAllocate(), MachineType::I64, in FinishAllocate() local
Dcircuit.cpp122 auto newGate = new (gateSpace) Gate(meta, gateCount_++, inPtrList.data(), machineType, type); in NewGate() local
Dlcr_lowering.cpp165 GateRef newGate = builder_.GetConstPoolFromFunction(jsFunc); in LowerGetConstPool() local