Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc803 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList()
805 : gap_index(gap_index), operand(operand), next(next) {} in SpillMoveInsertionList()
806 const int gap_index; member
825 void TopLevelLiveRange::RecordSpillLocation(Zone* zone, int gap_index, in RecordSpillLocation() argument
829 gap_index, operand, spill_move_insertion_locations_); in RecordSpillLocation()
846 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in CommitSpillMoves()
864 Instruction* instr = sequence->InstructionAt(to_spill->gap_index); in FilterSpillMoves()
1690 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock() local
1695 data()->AddGapMove(gap_index, Instruction::START, *output, output_copy); in MeetRegisterConstraintsForLastInstructionInBlock()
1703 int gap_index = successor->first_instruction_index(); in MeetRegisterConstraintsForLastInstructionInBlock() local
[all …]
Dregister-allocator.h908 void RecordSpillLocation(Zone* zone, int gap_index,