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

/external/v8/src/compiler/
H A Dregister-allocator.cc826 struct TopLevelLiveRange::SpillMoveInsertionList : ZoneObject { struct in class:v8::internal::compiler::LiveRangeBoundArray::TopLevelLiveRange
827 SpillMoveInsertionList(int gap_index, InstructionOperand* operand, function in struct:v8::internal::compiler::LiveRangeBoundArray::TopLevelLiveRange::SpillMoveInsertionList
828 SpillMoveInsertionList* next)
832 SpillMoveInsertionList* const next;
862 spill_move_insertion_locations_ = new (zone) SpillMoveInsertionList(
872 for (SpillMoveInsertionList* to_spill = GetSpillMoveInsertionLocations();
3519 TopLevelLiveRange::SpillMoveInsertionList* spills =

Completed in 118 milliseconds