Searched refs:SwapLocations (Results 1 – 2 of 2) sorted by relevance
510 void SwapLocations(Location loc1, Location loc2, DataType::Type type);
1035 codegen_->SwapLocations(move->GetDestination(), move->GetSource(), move->GetType()); in EmitSwap()1386 void CodeGeneratorMIPS64::SwapLocations(Location loc1, Location loc2, DataType::Type type) { in SwapLocations() function in art::mips64::CodeGeneratorMIPS64