Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.cc3319 ZoneLinkedList<SpillSlot*> free_slots_; member in v8::internal::compiler::final
3354 free_slots_(data->allocation_zone()), in MidTierSpillSlotAllocator()
3362 free_slots_.push_front(allocated_slots_.top()); in AdvanceTo()
3370 for (auto it = free_slots_.begin(); it != free_slots_.end(); ++it) { in GetFreeSpillSlot()
3373 free_slots_.erase(it); in GetFreeSpillSlot()

Completed in 8 milliseconds