Searched refs:ColorSpillSlots (Results 1 – 2 of 2) sorted by relevance
145 void ColorSpillSlots(ArrayRef<LiveInterval* const> nodes, /* out */ size_t* num_stack_slots_used);
1985 ColorSpillSlots(ArrayRef<LiveInterval* const>(double_intervals), &num_double_spill_slots_); in AllocateSpillSlots()1986 ColorSpillSlots(ArrayRef<LiveInterval* const>(long_intervals), &num_long_spill_slots_); in AllocateSpillSlots()1987 ColorSpillSlots(ArrayRef<LiveInterval* const>(float_intervals), &num_float_spill_slots_); in AllocateSpillSlots()1988 ColorSpillSlots(ArrayRef<LiveInterval* const>(int_intervals), &num_int_spill_slots_); in AllocateSpillSlots()1991 void RegisterAllocatorGraphColor::ColorSpillSlots(ArrayRef<LiveInterval* const> intervals, in ColorSpillSlots() function in art::RegisterAllocatorGraphColor