Home
last modified time | relevance | path

Searched refs:MoveLocation (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.h268 void MoveLocation(Location destination, Location source, Primitive::Type type);
Dcode_generator_arm64.cc189 arm64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type); in EmitNativeCode()
231 arm64_codegen->MoveLocation(locations->Out(), calling_convention.GetReturnLocation(type), type); in EmitNativeCode()
334 arm64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
479 codegen_->MoveLocation(move->GetDestination(), move->GetSource()); in EmitMove()
566 MoveLocation(location, temp_location, type); in Move()
570 MoveLocation(location, Location::DoubleStackSlot(stack_slot), type); in Move()
572 MoveLocation(location, Location::StackSlot(stack_slot), type); in Move()
577 MoveLocation(location, locations->Out(), type); in Move()
727 void CodeGeneratorARM64::MoveLocation(Location destination, Location source, Primitive::Type type) { in MoveLocation() function in art::arm64::CodeGeneratorARM64
Dcode_generator_mips64.cc197 mips64_codegen->MoveLocation(out, calling_convention.GetReturnLocation(type), type); in EmitNativeCode()
241 mips64_codegen->MoveLocation(locations->Out(), in EmitNativeCode()
351 mips64_codegen->MoveLocation(locations->Out(), ret_loc, ret_type); in EmitNativeCode()
430 codegen_->MoveLocation(move->GetDestination(), move->GetSource(), move->GetType()); in EmitMove()
592 void CodeGeneratorMIPS64::MoveLocation(Location destination, in MoveLocation() function in art::mips64::CodeGeneratorMIPS64
819 MoveLocation(location, temp_location, type); in Move()
823 MoveLocation(location, Location::DoubleStackSlot(stack_slot), type); in Move()
825 MoveLocation(location, Location::StackSlot(stack_slot), type); in Move()
829 MoveLocation(location, locations->Out(), type); in Move()
Dcode_generator_arm64.h323 void MoveLocation(Location destination, Location source,