Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dstore-buffer.cc23 lazy_top_[i] = nullptr; in StoreBuffer()
70 lazy_top_[i] = nullptr; in TearDown()
84 lazy_top_[current_] = top_; in FlipStoreBuffers()
97 if (!lazy_top_[index]) return; in MoveEntriesToRememberedSet()
100 for (Address* current = start_[index]; current < lazy_top_[index]; in MoveEntriesToRememberedSet()
121 lazy_top_[index] = nullptr; in MoveEntriesToRememberedSet()
128 lazy_top_[current_] = top_; in MoveAllEntriesToRememberedSet()
Dstore-buffer.h91 if (lazy_top_[i]) { in Empty()
136 Address* lazy_top_[kStoreBuffers]; variable