Home
last modified time | relevance | path

Searched refs:AddGapMove (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dinstruction.cc390 void InstructionSequence::AddGapMove(int index, InstructionOperand* from, in AddGapMove() function in v8::internal::compiler::InstructionSequence
Dregister-allocator.cc788 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()
Dinstruction.h844 void AddGapMove(int index, InstructionOperand* from, InstructionOperand* to);
/external/v8/test/cctest/compiler/
Dtest-instruction.cc286 R.code->AddGapMove(index, op1, op2); in TEST()
/external/v8/src/
Dlithium.cc396 void LChunk::AddGapMove(int index, LOperand* from, LOperand* to) { in AddGapMove() function in v8::internal::LChunk
Dlithium.h635 void AddGapMove(int index, LOperand* from, LOperand* to);
Dlithium-allocator.cc799 chunk_->AddGapMove(gap_index, first_output, output_copy); in MeetConstraintsBetween()
1037 chunk_->AddGapMove(cur_block->last_instruction_index() - 1, in ResolvePhis()