HomeSort by relevance Sort by last modified time
    Searched refs:cur_input (Results 1 - 2 of 2) sorted by null

  /external/v8/src/crankshaft/
lithium-allocator.cc 822 LUnallocated* cur_input = LUnallocated::cast(it.Current()); local
823 if (cur_input->HasFixedPolicy()) {
824 LUnallocated* input_copy = cur_input->CopyUnconstrained(
826 bool is_tagged = HasTaggedValue(cur_input->virtual_register());
827 AllocateFixed(cur_input, gap_index + 1, is_tagged);
828 AddConstraintsGapMove(gap_index, input_copy, cur_input);
829 } else if (cur_input->HasWritableRegisterPolicy()) {
832 DCHECK(!cur_input->IsUsedAtStart());
834 LUnallocated* input_copy = cur_input->CopyUnconstrained(
838 cur_input->set_virtual_register(vreg)
856 LUnallocated* cur_input = LUnallocated::cast(second->FirstInput()); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 1760 UnallocatedOperand* cur_input = UnallocatedOperand::cast(input); local
1776 UnallocatedOperand* cur_input = local
    [all...]

Completed in 65 milliseconds