Home | History | Annotate | Download | only in optimizing

Lines Matching refs:out_

580       : SlowPathCodeARM64(instruction), out_(out), obj_(obj) {
590 DCHECK(!locations->GetLiveRegisters()->ContainsCoreRegister(out_.reg()));
612 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
619 const Location out_;
635 out_(out),
659 DCHECK(!locations->GetLiveRegisters()->ContainsCoreRegister(out_.reg()));
768 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
795 const Location out_;
811 : SlowPathCodeARM64(instruction), out_(out), root_(root) {
819 DCHECK(!locations->GetLiveRegisters()->ContainsCoreRegister(out_.reg()));
840 __ Mov(calling_convention.GetRegisterAt(0), XRegisterFrom(out_));
846 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
855 const Location out_;