Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.h1439 using InactiveLiveRangeQueue = variable
1445 InactiveLiveRangeQueue& inactive_live_ranges(int reg) { in inactive_live_ranges()
1459 InactiveLiveRangeQueue::iterator InactiveToHandled(
1460 InactiveLiveRangeQueue::iterator it);
1461 InactiveLiveRangeQueue::iterator InactiveToActive(
1462 InactiveLiveRangeQueue::iterator it, LifetimePosition position);
1517 ZoneVector<InactiveLiveRangeQueue> inactive_live_ranges_;
Dregister-allocator.cc3020 inactive_live_ranges_(num_registers(), InactiveLiveRangeQueue(local_zone), in LinearScanAllocator()
3917 LinearScanAllocator::InactiveLiveRangeQueue::iterator
3918 LinearScanAllocator::InactiveToHandled(InactiveLiveRangeQueue::iterator it) { in InactiveToHandled()
3926 LinearScanAllocator::InactiveLiveRangeQueue::iterator
3927 LinearScanAllocator::InactiveToActive(InactiveLiveRangeQueue::iterator it, in InactiveToActive()