Lines Matching refs:GetRegisterAt

145   caller_saves.Add(LocationFrom(calling_convention.GetRegisterAt(0)));  in OneRegInReferenceOutSaveEverythingCallerSaves()
487 LocationFrom(calling_convention.GetRegisterAt(0)), in EmitNativeCode()
490 LocationFrom(calling_convention.GetRegisterAt(1)), in EmitNativeCode()
531 __ Mov(calling_convention.GetRegisterAt(0), type_index.index_); in EmitNativeCode()
538 arm_codegen->Move32(LocationFrom(calling_convention.GetRegisterAt(0)), source); in EmitNativeCode()
580 __ Mov(calling_convention.GetRegisterAt(0), string_index.index_); in EmitNativeCode()
618 LocationFrom(calling_convention.GetRegisterAt(0)), in EmitNativeCode()
621 LocationFrom(calling_convention.GetRegisterAt(1)), in EmitNativeCode()
666 __ Mov(calling_convention.GetRegisterAt(0), in EmitNativeCode()
692 LocationFrom(calling_convention.GetRegisterAt(0)), in EmitNativeCode()
697 LocationFrom(calling_convention.GetRegisterAt(1)), in EmitNativeCode()
702 LocationFrom(calling_convention.GetRegisterAt(2)), in EmitNativeCode()
847 LocationFrom(calling_convention.GetRegisterAt(0)), in EmitNativeCode()
851 LocationFrom(calling_convention.GetRegisterAt(1)), in EmitNativeCode()
856 LocationFrom(calling_convention.GetRegisterAt(2)), in EmitNativeCode()
862 __ Mov(calling_convention.GetRegisterAt(2), offset_); in EmitNativeCode()
929 arm_codegen->Move32(LocationFrom(calling_convention.GetRegisterAt(0)), root_); in EmitNativeCode()
2340 return LocationFrom(calling_convention.GetRegisterAt(index)); in GetNextLocation()
2352 if (calling_convention.GetRegisterAt(index).Is(r1)) { in GetNextLocation()
2359 DCHECK_EQ(calling_convention.GetRegisterAt(index).GetCode() + 1, in GetNextLocation()
2360 calling_convention.GetRegisterAt(index + 1).GetCode()); in GetNextLocation()
2362 return LocationFrom(calling_convention.GetRegisterAt(index), in GetNextLocation()
2363 calling_convention.GetRegisterAt(index + 1)); in GetNextLocation()
2803 caller_saves.Add(LocationFrom(calling_convention.GetRegisterAt(0))); in VisitDeoptimize()
3717 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0), in VisitTypeConversion()
3718 calling_convention.GetRegisterAt(1))); in VisitTypeConversion()
4449 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0))); in VisitDiv()
4450 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1))); in VisitDiv()
4460 calling_convention.GetRegisterAt(0), calling_convention.GetRegisterAt(1))); in VisitDiv()
4462 calling_convention.GetRegisterAt(2), calling_convention.GetRegisterAt(3))); in VisitDiv()
4491 DCHECK(calling_convention.GetRegisterAt(0).Is(RegisterFrom(lhs))); in VisitDiv()
4492 DCHECK(calling_convention.GetRegisterAt(1).Is(RegisterFrom(rhs))); in VisitDiv()
4503 DCHECK(calling_convention.GetRegisterAt(0).Is(LowRegisterFrom(lhs))); in VisitDiv()
4504 DCHECK(calling_convention.GetRegisterAt(1).Is(HighRegisterFrom(lhs))); in VisitDiv()
4505 DCHECK(calling_convention.GetRegisterAt(2).Is(LowRegisterFrom(rhs))); in VisitDiv()
4506 DCHECK(calling_convention.GetRegisterAt(3).Is(HighRegisterFrom(rhs))); in VisitDiv()
4564 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0))); in VisitRem()
4565 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1))); in VisitRem()
4575 calling_convention.GetRegisterAt(0), calling_convention.GetRegisterAt(1))); in VisitRem()
4577 calling_convention.GetRegisterAt(2), calling_convention.GetRegisterAt(3))); in VisitRem()
4626 DCHECK(reg1.Is(calling_convention.GetRegisterAt(0))); in VisitRem()
4627 DCHECK(RegisterFrom(second).Is(calling_convention.GetRegisterAt(1))); in VisitRem()
5380 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0))); in VisitNewInstance()
5395 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0))); in VisitNewArray()
5396 locations->SetInAt(1, LocationFrom(calling_convention.GetRegisterAt(1))); in VisitNewArray()
6882 caller_saves.Add(LocationFrom(calling_convention.GetRegisterAt(0))); in VisitBoundsCheck()
6883 caller_saves.Add(LocationFrom(calling_convention.GetRegisterAt(1))); in VisitBoundsCheck()
7316 LocationFrom(calling_convention.GetRegisterAt(0)), in VisitLoadClass()
7318 DCHECK(calling_convention.GetRegisterAt(0).Is(r0)); in VisitLoadClass()
7444 Location location = LocationFrom(calling_convention.GetRegisterAt(0)); in VisitLoadMethodHandle()
7454 Location location = LocationFrom(calling_convention.GetRegisterAt(0)); in VisitLoadMethodType()
7656 __ Mov(calling_convention.GetRegisterAt(0), load->GetStringIndex().index_); in VisitLoadString()
7693 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0))); in VisitThrow()
8277 locations->SetInAt(0, LocationFrom(calling_convention.GetRegisterAt(0))); in VisitMonitorOperation()
9182 vixl32::Register receiver = calling_convention.GetRegisterAt(0); in GenerateVirtualCall()
9352 vixl32::Register argument = calling_convention.GetRegisterAt(0); in AllocateInstanceForIntrinsic()