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

/external/v8/src/compiler/
H A Dregister-allocator.cc827 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, argument
829 : gap_index(gap_index), operand(operand), next(next) {}
830 const int gap_index; member in struct:v8::internal::compiler::LiveRangeBoundArray::TopLevelLiveRange::SpillMoveInsertionList
859 void TopLevelLiveRange::RecordSpillLocation(Zone* zone, int gap_index, argument
863 gap_index, operand, spill_move_insertion_locations_);
874 Instruction* instr = sequence->InstructionAt(to_spill->gap_index);
1677 int gap_index = successor->first_instruction_index(); local
1681 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy);
1689 int gap_index local
1690 range->RecordSpillLocation(allocation_zone(), gap_index, output); local
1830 int gap_index = block->first_instruction_index(); local
1831 live_range->RecordSpillLocation(allocation_zone(), gap_index, &output); local
3833 int gap_index; local
3872 int gap_index = pos.ToInstructionIndex(); local
[all...]
H A Dregister-allocator.h556 void RecordSpillLocation(Zone* zone, int gap_index,
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc773 int gap_index) {
779 AllocateFixed(temp, gap_index - 1, false);
793 AllocateFixed(first_output, gap_index, is_tagged);
798 range->SetSpillStartIndex(gap_index - 1);
801 chunk_->AddGapMove(gap_index, first_output, output_copy);
805 range->SetSpillStartIndex(gap_index);
811 LGap* gap = GapAt(gap_index);
827 AllocateFixed(cur_input, gap_index + 1, is_tagged);
828 AddConstraintsGapMove(gap_index, input_copy, cur_input);
847 AddConstraintsGapMove(gap_index, input_cop
771 MeetConstraintsBetween(LInstruction* first, LInstruction* second, int gap_index) argument
[all...]
H A Dlithium-allocator.h404 int gap_index);

Completed in 79 milliseconds