Searched refs:SwapLocations (Results 1 – 2 of 2) sorted by relevance
782 void SwapLocations(Location loc1, Location loc2, DataType::Type type);
1065 codegen_->SwapLocations(move->GetDestination(), move->GetSource(), move->GetType()); in EmitSwap()7046 void CodeGeneratorRISCV64::SwapLocations(Location loc1, Location loc2, DataType::Type type) { in SwapLocations() function in art::riscv64::CodeGeneratorRISCV64