Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.h553 LifetimePosition allocation_finger_; variable
Dlithium-allocator.cc1521 allocation_finger_ = position; in AllocateRegisters()
1647 DCHECK(allocation_finger_.Value() <= range->Start().Value()); in AddToUnhandledSorted()
/external/v8/src/compiler/
Dregister-allocator.h1080 LifetimePosition allocation_finger_; variable
Dregister-allocator.cc2664 allocation_finger_ = position; in AllocateRegisters()
2733 DCHECK(allocation_finger_ <= range->Start()); in AddToUnhandledSorted()