Searched refs:GetConstantGateWithoutCache (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | post_schedule.cpp | 206 GateRef hole = circuit_->GetConstantGateWithoutCache( in LoweringHeapAllocAndPrepareScheduleGate() 224 GateRef topAddrOffset = circuit_->GetConstantGateWithoutCache(MachineType::I64, topOffset, GateType::NJSValue()); in LoweringHeapAllocAndPrepareScheduleGate() 225 GateRef endAddrOffset = circuit_->GetConstantGateWithoutCache(MachineType::I64, endOffset, GateType::NJSValue()); in LoweringHeapAllocAndPrepareScheduleGate() 230 GateRef addrOffset = circuit_->GetConstantGateWithoutCache(MachineType::I64, 0, GateType::NJSValue()); in LoweringHeapAllocAndPrepareScheduleGate() 277 GateRef taggedIntMask = circuit_->GetConstantGateWithoutCache( in LoweringHeapAllocAndPrepareScheduleGate() 282 target = circuit_->GetConstantGateWithoutCache(MachineType::ARCH, RTSTUB_ID(AllocateInSOld), in LoweringHeapAllocAndPrepareScheduleGate() 285 target = circuit_->GetConstantGateWithoutCache(MachineType::ARCH, RTSTUB_ID(AllocateInSNonMovable), in LoweringHeapAllocAndPrepareScheduleGate() 289 target = circuit_->GetConstantGateWithoutCache(MachineType::ARCH, RTSTUB_ID(AllocateInYoung), in LoweringHeapAllocAndPrepareScheduleGate() 294 GateRef reseverdFrameArgs = circuit_->GetConstantGateWithoutCache(MachineType::I64, 0, GateType::NJSValue()); in LoweringHeapAllocAndPrepareScheduleGate() 295 GateRef reseverdPc = circuit_->GetConstantGateWithoutCache(MachineTyp in LoweringHeapAllocAndPrepareScheduleGate() [all...] |
H A D | circuit.h | 68 GateRef GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type);
|
H A D | circuit.cpp | 505 GateRef Circuit::GetConstantGateWithoutCache(MachineType machineType, uint64_t value, GateType type) in GetConstantGateWithoutCache() function in panda::ecmascript::kungfu::Circuit
|
Completed in 4 milliseconds