Searched defs:SpillMoveInsertionList (Results 1 – 1 of 1) sorted by relevance
802 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange803 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() argument806 const int gap_index;807 InstructionOperand* const operand;808 SpillMoveInsertionList* next;