Home
last modified time | relevance | path

Searched refs:SwapLocations (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.h510 void SwapLocations(Location loc1, Location loc2, DataType::Type type);
Dcode_generator_mips64.cc1035 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