Searched refs:MoveLocation (Results 1 - 14 of 14) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_mips.h322 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
H A Dcode_generator_mips64.h314 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
H A Dcode_generator_arm.h309 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
H A Dcode_generator_arm64.h430 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
H A Dcode_generator_x86.h320 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
H A Dcode_generator_x86_64.h302 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
H A Dcode_generator.cc426 MoveLocation(calling_convention.GetSetValueLocation(field_type, is_instance),
476 MoveLocation(locations->Out(), calling_convention.GetReturnLocation(field_type), field_type);
H A Dcode_generator_arm64.cc309 arm64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
354 arm64_codegen->MoveLocation(locations->Out(), calling_convention.GetReturnLocation(type), type);
466 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
606 arm64_codegen->MoveLocation(LocationFrom(calling_convention.GetRegisterAt(0)), obj_, type);
612 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
768 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
833 // arm64_codegen->MoveLocation(
846 arm64_codegen->MoveLocation(out_, calling_convention.GetReturnLocation(type), type);
994 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), Primitive::kPrimVoid);
1183 void CodeGeneratorARM64::MoveLocation(Locatio function in class:art::arm64::CodeGeneratorARM64
[all...]
H A Dcode_generator_mips64.cc203 mips64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type);
250 mips64_codegen->MoveLocation(locations->Out(),
363 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type);
466 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType());
631 void CodeGeneratorMIPS64::MoveLocation(Location destination, function in class:art::mips64::CodeGeneratorMIPS64
2696 codegen_->MoveLocation(locations->Out(), locations->InAt(1), select->GetType());
H A Dcode_generator.h201 virtual void MoveLocation(Location dst, Location src, Primitive::Type dst_type) = 0;
H A Dcode_generator_mips.cc248 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) { function in class:art::mips::CodeGeneratorMIPS
3371 codegen_->MoveLocation(locations->Out(), locations->InAt(1), select->GetType());
H A Dcode_generator_arm.cc1172 void CodeGeneratorARM::MoveLocation(Location dst, Location src, Primitive::Type dst_type) { function in class:art::arm::CodeGeneratorARM
1520 codegen_->MoveLocation(locations->Out(), locations->InAt(1), select->GetType());
H A Dcode_generator_x86.cc1103 void CodeGeneratorX86::MoveLocation(Location dst, Location src, Primitive::Type dst_type) { function in class:art::x86::CodeGeneratorX86
1611 codegen_->MoveLocation(locations->Out(), locations->InAt(1), select->GetType());
H A Dcode_generator_x86_64.cc1213 void CodeGeneratorX86_64::MoveLocation( function in class:art::x86_64::CodeGeneratorX86_64
1624 codegen_->MoveLocation(locations->Out(), locations->InAt(1), select->GetType());

Completed in 201 milliseconds