Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h789 ZoneVector<SpillRange*>& spill_ranges() { return spill_ranges_; } in spill_ranges()
851 ZoneVector<SpillRange*> spill_ranges_; variable
Dregister-allocator.cc1371 spill_ranges_(code->VirtualRegisterCount(), nullptr, allocation_zone()), in RegisterAllocationData()