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 821 LUnallocated* cur_input = LUnallocated::cast(it.Current()); local
822 if (cur_input->HasFixedPolicy()) {
823 LUnallocated* input_copy = cur_input->CopyUnconstrained(
825 bool is_tagged = HasTaggedValue(cur_input->virtual_register());
826 AllocateFixed(cur_input, gap_index + 1, is_tagged);
827 AddConstraintsGapMove(gap_index, input_copy, cur_input);
828 } else if (cur_input->HasWritableRegisterPolicy()) {
831 DCHECK(!cur_input->IsUsedAtStart());
833 LUnallocated* input_copy = cur_input->CopyUnconstrained(
837 cur_input->set_virtual_register(vreg)
855 LUnallocated* cur_input = LUnallocated::cast(second->FirstInput()); local
    [all...]
  /external/v8/src/compiler/
register-allocator.cc 1753 UnallocatedOperand* cur_input = UnallocatedOperand::cast(input); local
1769 UnallocatedOperand* cur_input = local
    [all...]

Completed in 157 milliseconds