Home
last modified time | relevance | path

Searched defs:SpillMoveInsertionList (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.cc821 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange
822 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() function
825 const int gap_index;
826 InstructionOperand* const operand;
827 SpillMoveInsertionList* const next;