Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.h270 void SwapLocations(Location loc1, Location loc2, Primitive::Type type);
Dcode_generator_mips64.cc435 codegen_->SwapLocations(move->GetDestination(), move->GetSource(), move->GetType()); in EmitSwap()
719 void CodeGeneratorMIPS64::SwapLocations(Location loc1, in SwapLocations() function in art::mips64::CodeGeneratorMIPS64