Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc802 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in v8::internal::compiler::TopLevelLiveRange
803 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, in SpillMoveInsertionList() argument
806 const int gap_index;
807 InstructionOperand* const operand;
808 SpillMoveInsertionList* next;