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

  /external/v8/src/compiler/
register-allocator.cc 830 SpillMoveInsertionList(int gap_index, InstructionOperand* operand,
832 : gap_index(gap_index), operand(operand), next(next) {}
833 const int gap_index; member in struct:v8::internal::compiler::LiveRangeBoundArray::TopLevelLiveRange::SpillMoveInsertionList
862 void TopLevelLiveRange::RecordSpillLocation(Zone* zone, int gap_index,
866 gap_index, operand, spill_move_insertion_locations_);
877 Instruction* instr = sequence->InstructionAt(to_spill->gap_index);
1670 int gap_index = successor->first_instruction_index(); local
1682 int gap_index = successor->first_instruction_index(); local
1683 range->RecordSpillLocation(allocation_zone(), gap_index, output); local
1823 int gap_index = block->first_instruction_index(); local
1824 live_range->RecordSpillLocation(allocation_zone(), gap_index, &output); local
3590 int gap_index; local
3630 int gap_index = pos.ToInstructionIndex(); local
    [all...]
register-allocator.h 544 void RecordSpillLocation(Zone* zone, int gap_index,
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 772 int gap_index) {
778 AllocateFixed(temp, gap_index - 1, false);
792 AllocateFixed(first_output, gap_index, is_tagged);
797 range->SetSpillStartIndex(gap_index - 1);
800 chunk_->AddGapMove(gap_index, first_output, output_copy);
804 range->SetSpillStartIndex(gap_index);
810 LGap* gap = GapAt(gap_index);
826 AllocateFixed(cur_input, gap_index + 1, is_tagged);
827 AddConstraintsGapMove(gap_index, input_copy, cur_input);
846 AddConstraintsGapMove(gap_index, input_copy, cur_input)
    [all...]
lithium-allocator.h 404 int gap_index);

Completed in 41 milliseconds