Home
last modified time | relevance | path

Searched refs:float_spill_slots_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dregister_allocator_linear_scan.h61 + float_spill_slots_.size() in GetNumberOfSpillSlots()
145 ScopedArenaVector<size_t> float_spill_slots_; variable
Dregister_allocator_linear_scan.cc58 float_spill_slots_(allocator->Adapter(kArenaAllocRegisterAllocator)), in RegisterAllocatorLinearScan()
71 float_spill_slots_.reserve(kDefaultNumberOfSpillSlots); in RegisterAllocatorLinearScan()
100 float_spill_slots_.size(), in AllocateRegisters()
1123 spill_slots = &float_spill_slots_; in AllocateSpillSlotFor()