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

/external/v8/src/
H A Dlithium-allocator.cc786 int gap_index) {
792 AllocateFixed(temp, gap_index - 1, false);
805 AllocateFixed(first_output, gap_index, is_tagged);
810 range->SetSpillStartIndex(gap_index - 1);
813 chunk_->AddGapMove(gap_index, first_output, output_copy);
817 range->SetSpillStartIndex(gap_index);
823 LGap* gap = GapAt(gap_index);
836 AllocateFixed(cur_input, gap_index + 1, is_tagged);
837 AddConstraintsGapMove(gap_index, input_copy, cur_input);
854 AddConstraintsGapMove(gap_index, input_cop
784 MeetConstraintsBetween(LInstruction* first, LInstruction* second, int gap_index) argument
[all...]

Completed in 94 milliseconds