Searched refs:input_copy (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ |
D | lithium-allocator.cc | 822 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween() local 826 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween() 832 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween() local 838 if (RequiredRegisterKind(input_copy->virtual_register()) == in MeetConstraintsBetween() 845 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween() 858 LUnallocated* input_copy = cur_input->CopyUnconstrained( in MeetConstraintsBetween() local 861 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween() 867 instr->pointer_map()->RecordPointer(input_copy, chunk()->zone()); in MeetConstraintsBetween()
|
/external/v8/src/compiler/ |
D | register-allocator.cc | 878 UnallocatedOperand* input_copy = in MeetConstraintsBetween() local 882 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween() 898 UnallocatedOperand* input_copy = in MeetConstraintsBetween() local 901 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween() 907 instr->pointer_map()->RecordPointer(input_copy, code_zone()); in MeetConstraintsBetween()
|