Searched defs:SpillMoveInsertionList (Results 1 – 1 of 1) sorted by relevance
821 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange822 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() function825 const int gap_index;826 InstructionOperand* const operand;827 SpillMoveInsertionList* const next;