Home
last modified time | relevance | path

Searched refs:SetStackSlot (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_lsra.cpp242 li->SetStackSlot(kSpilled); in SpillStackMapInfo()
262 liveIntervalsArray[baseRegNum]->SetStackSlot(kSpilled); in SpillStackMapInfo()
268 li->SetStackSlot(kSpilled); in SpillStackMapInfo()
497 li->SetStackSlot(0xFFFFFFFF); in RecordPhysRegs()
576 li->SetStackSlot(0xFFFFFFFF); in SetupLiveInterval()
713 li->SetStackSlot(kSpilled); in UpdateLiveIntervalByLiveIn()
745 li->SetStackSlot(0xFFFFFFFF); in UpdateParamLiveIntervalByLiveIn()
1109 lowestLi->SetStackSlot(kSpilled); in LiveIntervalAnalysis()
1532 li->SetStackSlot(kSpilled); in SpillOperand()
1628 li.SetStackSlot(kSpilled); in SetLiSpill()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_alloc_lsra.h192 void SetStackSlot(uint32 newStkSlot) in SetStackSlot() function