HomeSort by relevance Sort by last modified time
    Searched refs:MoveLocation (Results 1 - 14 of 14) sorted by null

  /art/compiler/optimizing/
code_generator_mips.h 322 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
code_generator_mips64.h 314 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
code_generator.h 201 virtual void MoveLocation(Location dst, Location src, Primitive::Type dst_type) = 0;
code_generator_arm.h 309 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
code_generator_arm64.h 430 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
code_generator_x86.h 320 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
code_generator_x86_64.h 302 void MoveLocation(Location dst, Location src, Primitive::Type dst_type) OVERRIDE;
code_generator.cc 426 MoveLocation(calling_convention.GetSetValueLocation(field_type, is_instance),
476 MoveLocation(locations->Out(), calling_convention.GetReturnLocation(field_type), field_type);
    [all...]
code_generator_arm64.cc 309 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);
    [all...]
code_generator_mips64.cc 203 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,
    [all...]
code_generator_mips.cc 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) {
    [all...]