Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc826 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange
827 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() argument
830 const int gap_index;
831 InstructionOperand* const operand;
832 SpillMoveInsertionList* const next;