Home | History | Annotate | Download | only in optimizing

Lines Matching defs:MoveLocation

248       mips_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
296 mips_codegen->MoveLocation(locations->Out(),
412 mips_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
521 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType());
807 void CodeGeneratorMIPS::MoveLocation(Location dst, Location src, Primitive::Type dst_type) {
3371 codegen_->MoveLocation(locations->Out(), locations->InAt(1), select->GetType());