Searched defs:newGate (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | slowpath_lowering.cpp | 759 …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 …]
|
| D | loop_peeling.cpp | 124 GateRef newGate = circuit_->NewGate(acc_.GetMetaData(gate), inList); in SetCopy() local
|
| D | async_function_lowering.cpp | 174 GateRef newGate = circuit_->NewGate(circuit_->Merge(2), in UpdateValueSelector() local
|
| D | circuit_builder.cpp | 1325 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
|
| D | circuit.cpp | 122 auto newGate = new (gateSpace) Gate(meta, gateCount_++, inPtrList.data(), machineType, type); in NewGate() local
|
| D | lcr_lowering.cpp | 165 GateRef newGate = builder_.GetConstPoolFromFunction(jsFunc); in LowerGetConstPool() local
|