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

/external/v8/src/compiler/
H A Dregister-allocator.h613 struct SpillMoveInsertionList;
615 SpillMoveInsertionList* GetSpillMoveInsertionLocations() const {
661 SpillMoveInsertionList* spill_move_insertion_locations_;
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 225 milliseconds