Home
last modified time | relevance | path

Searched refs:GetConstantGateWithoutCache (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp199 GateRef hole = circuit_->GetConstantGateWithoutCache( in LoweringHeapAllocAndPrepareScheduleGate()
217 …GateRef topAddrOffset = circuit_->GetConstantGateWithoutCache(MachineType::I64, topOffset, GateTyp… in LoweringHeapAllocAndPrepareScheduleGate()
218 …GateRef endAddrOffset = circuit_->GetConstantGateWithoutCache(MachineType::I64, endOffset, GateTyp… in LoweringHeapAllocAndPrepareScheduleGate()
223 …GateRef addrOffset = circuit_->GetConstantGateWithoutCache(MachineType::I64, 0, GateType::NJSValue… in LoweringHeapAllocAndPrepareScheduleGate()
270 GateRef taggedIntMask = circuit_->GetConstantGateWithoutCache( in LoweringHeapAllocAndPrepareScheduleGate()
275 … target = circuit_->GetConstantGateWithoutCache(MachineType::ARCH, RTSTUB_ID(AllocateInSOld), in LoweringHeapAllocAndPrepareScheduleGate()
278 …target = circuit_->GetConstantGateWithoutCache(MachineType::ARCH, RTSTUB_ID(AllocateInSNonMovable), in LoweringHeapAllocAndPrepareScheduleGate()
282 … target = circuit_->GetConstantGateWithoutCache(MachineType::ARCH, RTSTUB_ID(AllocateInYoung), in LoweringHeapAllocAndPrepareScheduleGate()
287 …GateRef reseverdFrameArgs = circuit_->GetConstantGateWithoutCache(MachineType::I64, 0, GateType::N… in LoweringHeapAllocAndPrepareScheduleGate()
288 …GateRef reseverdPc = circuit_->GetConstantGateWithoutCache(MachineType::I64, 0, GateType::NJSValue… in LoweringHeapAllocAndPrepareScheduleGate()
[all …]
Dcircuit.h68 GateRef GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type);
Dcircuit.cpp505 GateRef Circuit::GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type) in GetConstantGateWithoutCache() function in panda::ecmascript::kungfu::Circuit