Lines Matching refs:GetStackIndex

4889     location = Location::StackSlot(location.GetStackIndex() + codegen_->GetFrameSize());  in VisitParameterValue()
4891 location = Location::DoubleStackSlot(location.GetStackIndex() + codegen_->GetFrameSize()); in VisitParameterValue()
6143 __ FLoadd(destination.AsFpuRegister<FRegister>(), SP, source.GetStackIndex()); in MoveLocation()
6145 __ FLoadw(destination.AsFpuRegister<FRegister>(), SP, source.GetStackIndex()); in MoveLocation()
6149 __ Loadd(destination.AsRegister<XRegister>(), SP, source.GetStackIndex()); in MoveLocation()
6151 __ Loadwu(destination.AsRegister<XRegister>(), SP, source.GetStackIndex()); in MoveLocation()
6153 __ Loadw(destination.AsRegister<XRegister>(), SP, source.GetStackIndex()); in MoveLocation()
6234 __ Stored(source.AsRegister<XRegister>(), SP, destination.GetStackIndex()); in MoveLocation()
6236 __ FStored(source.AsFpuRegister<FRegister>(), SP, destination.GetStackIndex()); in MoveLocation()
6240 __ Storew(source.AsRegister<XRegister>(), SP, destination.GetStackIndex()); in MoveLocation()
6242 __ FStorew(source.AsFpuRegister<FRegister>(), SP, destination.GetStackIndex()); in MoveLocation()
6254 __ Storew(gpr, SP, destination.GetStackIndex()); in MoveLocation()
6257 __ Stored(gpr, SP, destination.GetStackIndex()); in MoveLocation()
6268 __ Loadw(tmp, SP, source.GetStackIndex()); in MoveLocation()
6270 __ Loadd(tmp, SP, source.GetStackIndex()); in MoveLocation()
6273 __ Storew(tmp, SP, destination.GetStackIndex()); in MoveLocation()
6275 __ Stored(tmp, SP, destination.GetStackIndex()); in MoveLocation()
7076 move_resolver_.Exchange(loc1.GetStackIndex(), loc2.GetStackIndex(), loc1.IsDoubleStackSlot()); in SwapLocations()