Searched refs:AddConstraintsGapMove (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | lithium-allocator.h | 415 void AddConstraintsGapMove(int index, LOperand* from, LOperand* to);
|
D | lithium-allocator.cc | 728 void LAllocator::AddConstraintsGapMove(int index, in AddConstraintsGapMove() function in v8::internal::LAllocator 826 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween() 845 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween() 861 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween()
|
/external/v8/src/compiler/ |
D | register-allocator.h | 405 void AddConstraintsGapMove(int index, InstructionOperand* from,
|
D | register-allocator.cc | 709 void RegisterAllocator::AddConstraintsGapMove(int index, in AddConstraintsGapMove() function in v8::internal::compiler::RegisterAllocator 882 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween() 901 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween()
|