Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.cc832 LUnallocated* cur_input = LUnallocated::cast(it.Current()); in MeetConstraintsBetween() local
833 if (cur_input->HasFixedPolicy()) { in MeetConstraintsBetween()
834 LUnallocated* input_copy = cur_input->CopyUnconstrained(); in MeetConstraintsBetween()
835 bool is_tagged = HasTaggedValue(cur_input->virtual_register()); in MeetConstraintsBetween()
836 AllocateFixed(cur_input, gap_index + 1, is_tagged); in MeetConstraintsBetween()
837 AddConstraintsGapMove(gap_index, input_copy, cur_input); in MeetConstraintsBetween()
838 } else if (cur_input->policy() == LUnallocated::WRITABLE_REGISTER) { in MeetConstraintsBetween()
841 ASSERT(!cur_input->IsUsedAtStart()); in MeetConstraintsBetween()
843 LUnallocated* input_copy = cur_input->CopyUnconstrained(); in MeetConstraintsBetween()
844 cur_input->set_virtual_register(GetVirtualRegister()); in MeetConstraintsBetween()
[all …]