Searched refs:AddGapMove (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | instruction.cc | 390 void InstructionSequence::AddGapMove(int index, InstructionOperand* from, in AddGapMove() function in v8::internal::compiler::InstructionSequence
|
D | register-allocator.cc | 788 code()->AddGapMove(gap_index, output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock() 850 code()->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween() 1086 code()->AddGapMove(cur_block->last_instruction_index() - 1, operand, in ResolvePhis()
|
D | instruction.h | 844 void AddGapMove(int index, InstructionOperand* from, InstructionOperand* to);
|
/external/v8/test/cctest/compiler/ |
D | test-instruction.cc | 286 R.code->AddGapMove(index, op1, op2); in TEST()
|
/external/v8/src/ |
D | lithium.cc | 396 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) { in AddGapMove() function in v8::internal::LChunk
|
D | lithium.h | 635 void AddGapMove(int index, LOperand* from, LOperand* to);
|
D | lithium-allocator.cc | 799 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween() 1037 chunk_->AddGapMove(cur_block->last_instruction_index() - 1, in ResolvePhis()
|