Searched refs:SwapLocations (Results 1 – 2 of 2) sorted by relevance
270 void SwapLocations(Location loc1, Location loc2, Primitive::Type type);
435 codegen_->SwapLocations(move->GetDestination(), move->GetSource(), move->GetType()); in EmitSwap()719 void CodeGeneratorMIPS64::SwapLocations(Location loc1, in SwapLocations() function in art::mips64::CodeGeneratorMIPS64