Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dstore-buffer.cc27 lazy_top_[i] = nullptr; in StoreBuffer()
76 lazy_top_[i] = nullptr; in TearDown()
90 lazy_top_[current_] = top_; in FlipStoreBuffers()
103 if (!lazy_top_[index]) return; in MoveEntriesToRememberedSet()
106 for (Address* current = start_[index]; current < lazy_top_[index]; in MoveEntriesToRememberedSet()
126 lazy_top_[index] = nullptr; in MoveEntriesToRememberedSet()
133 lazy_top_[current_] = top_; in MoveAllEntriesToRememberedSet()
Dstore-buffer.h148 if (lazy_top_[i]) { in Empty()
197 Address* lazy_top_[kStoreBuffers]; variable