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

  /art/compiler/optimizing/
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_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...]
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_arm.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 868 milliseconds