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