Lines Matching refs:MoveLocation
445 riscv64_codegen->MoveLocation( in EmitNativeCode()
458 riscv64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type); in EmitNativeCode()
522 riscv64_codegen->MoveLocation(Location::RegisterLocation(calling_convention.GetRegisterAt(0)), in EmitNativeCode()
530 riscv64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type); in EmitNativeCode()
646 riscv64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
777 riscv64_codegen->MoveLocation( in EmitNativeCode()
1060 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType()); in EmitMove()
1104 codegen_->MoveLocation(tmp, loc1, tmp_type); in Exchange()
1105 codegen_->MoveLocation(tmp2, loc2, tmp2_type); in Exchange()
1107 codegen_->MoveLocation(loc2, tmp, tmp_type); in Exchange()
1119 codegen_->MoveLocation(loc1, tmp2, tmp2_type); in Exchange()
6106 void CodeGeneratorRISCV64::MoveLocation(Location destination, in MoveLocation() function in art::riscv64::CodeGeneratorRISCV64
7072 MoveLocation(tmp, loc1, type); in SwapLocations()
7073 MoveLocation(loc1, loc2, type); in SwapLocations()
7074 MoveLocation(loc2, tmp, type); in SwapLocations()