Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc3683 allocation_finger_ = position; in AllocateRegisters()
3724 allocation_finger_ = next_block_boundary; in AllocateRegisters()
3737 allocation_finger_ = next_block_boundary; in AllocateRegisters()
3890 DCHECK(allocation_finger_ <= range->Start()); in AddToUnhandled()
Dregister-allocator.h1525 LifetimePosition allocation_finger_; variable