Home
last modified time | relevance | path

Searched refs:gap_index (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.cc822 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList()
824 : gap_index(gap_index), operand(operand), next(next) {} in SpillMoveInsertionList()
825 const int gap_index; member
854 void TopLevelLiveRange::RecordSpillLocation(Zone* zone, int gap_index, in RecordSpillLocation() argument
858 gap_index, operand, spill_move_insertion_locations_); in RecordSpillLocation()
869 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves()
1677 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock() local
1682 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock()
1690 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock() local
1691 range->RecordSpillLocation(allocation_zone(), gap_index, output); in MeetRegisterConstraintsForLastInstructionInBlock()
[all …]
Dregister-allocator.h544 void RecordSpillLocation(Zone* zone, int gap_index,