Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h290 ZoneVector<SpillRange*>& spill_ranges() { return spill_ranges_; } in spill_ranges()
371 ZoneVector<SpillRange*> spill_ranges_; variable
Dregister-allocator.cc1318 spill_ranges_(code->VirtualRegisterCount(), nullptr, allocation_zone()), in TopTierRegisterAllocationData()