Searched refs:spills (Results 1 – 3 of 3) sorted by relevance
2 way it spills intervals of different types.
1236 uint32_t spills = GetSlowPathSpills(locations, /* core_registers= */ true); in RecordPcInfo() local1237 register_mask &= ~spills; in RecordPcInfo()1606 HParallelMove* spills) const { in ClearSpillSlotsFromLoopPhisInStackMap()1611 DCHECK(block->GetFirstInstruction() == spills); in ClearSpillSlotsFromLoopPhisInStackMap()1613 for (size_t i = 0, num_moves = spills->NumMoves(); i != num_moves; ++i) { in ClearSpillSlotsFromLoopPhisInStackMap()1614 Location dest = spills->MoveOperandsAt(i)->GetDestination(); in ClearSpillSlotsFromLoopPhisInStackMap()
419 HParallelMove* spills) const;