Searched refs:move_for (Results 1 - 11 of 11) sorted by relevance

/art/compiler/optimizing/
H A Dcode_generator_arm.h212 void Move(HInstruction* instruction, Location location, HInstruction* move_for) OVERRIDE;
H A Dcode_generator_mips64.h217 void Move(HInstruction* instruction, Location location, HInstruction* move_for) OVERRIDE;
H A Dcode_generator_x86.h205 void Move(HInstruction* instruction, Location location, HInstruction* move_for) OVERRIDE;
H A Dcode_generator_x86_64.h206 void Move(HInstruction* instruction, Location location, HInstruction* move_for) OVERRIDE;
H A Dcode_generator.h157 virtual void Move(HInstruction* instruction, Location location, HInstruction* move_for) = 0;
H A Dcode_generator_arm64.h248 void Move(HInstruction* instruction, Location location, HInstruction* move_for) OVERRIDE;
H A Dcode_generator_arm64.cc537 HInstruction* move_for) {
576 DCHECK((instruction->GetNext() == move_for) || instruction->GetNext()->IsTemporary());
535 Move(HInstruction* instruction, Location location, HInstruction* move_for) argument
H A Dcode_generator_mips64.cc786 HInstruction* move_for) {
828 DCHECK((instruction->GetNext() == move_for) || instruction->GetNext()->IsTemporary());
784 Move(HInstruction* instruction, Location location, HInstruction* move_for) argument
H A Dcode_generator_arm.cc803 void CodeGeneratorARM::Move(HInstruction* instruction, Location location, HInstruction* move_for) { argument
864 DCHECK((instruction->GetNext() == move_for) || instruction->GetNext()->IsTemporary());
H A Dcode_generator_x86.cc718 void CodeGeneratorX86::Move(HInstruction* instruction, Location location, HInstruction* move_for) { argument
780 DCHECK((instruction->GetNext() == move_for) || instruction->GetNext()->IsTemporary());
H A Dcode_generator_x86_64.cc691 HInstruction* move_for) {
746 DCHECK((instruction->GetNext() == move_for) || instruction->GetNext()->IsTemporary());
689 Move(HInstruction* instruction, Location location, HInstruction* move_for) argument

Completed in 139 milliseconds