Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dstore-buffer.h122 bool may_move_store_buffer_entries_; variable
207 stored_state_(store_buffer->may_move_store_buffer_entries_) { in DontMoveStoreBufferEntriesScope()
208 store_buffer_->may_move_store_buffer_entries_ = false; in DontMoveStoreBufferEntriesScope()
212 store_buffer_->may_move_store_buffer_entries_ = stored_state_; in ~DontMoveStoreBufferEntriesScope()
Dstore-buffer.cc32 may_move_store_buffer_entries_(true), in StoreBuffer()
139 DCHECK(may_move_store_buffer_entries_); in EnsureSpace()
532 DCHECK(may_move_store_buffer_entries_); in Compact()