Searched refs:GetConstantGateWithoutCache (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | post_schedule.cpp | 199 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 …]
|
| D | circuit.h | 68 GateRef GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type);
|
| D | circuit.cpp | 505 GateRef Circuit::GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type) in GetConstantGateWithoutCache() function in panda::ecmascript::kungfu::Circuit
|