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

/external/v8/src/
H A Dlithium-allocator.cc834 LUnallocated* input_copy = cur_input->CopyUnconstrained(); local
837 AddConstraintsGapMove(gap_index, input_copy, cur_input);
843 LUnallocated* input_copy = cur_input->CopyUnconstrained(); local
847 if (RequiredRegisterKind(input_copy->virtual_register()) ==
854 AddConstraintsGapMove(gap_index, input_copy, cur_input);
867 LUnallocated* input_copy = cur_input->CopyUnconstrained(); local
869 AddConstraintsGapMove(gap_index, input_copy, cur_input);
875 instr->pointer_map()->RecordPointer(input_copy);

Completed in 177 milliseconds