Home
last modified time | relevance | path

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

/external/v8/src/
Dstore-buffer.h148 bool may_move_store_buffer_entries_; variable
240 stored_state_(store_buffer->may_move_store_buffer_entries_) { in DontMoveStoreBufferEntriesScope()
241 store_buffer_->may_move_store_buffer_entries_ = false; in DontMoveStoreBufferEntriesScope()
245 store_buffer_->may_move_store_buffer_entries_ = stored_state_; in ~DontMoveStoreBufferEntriesScope()
Dstore-buffer.cc50 may_move_store_buffer_entries_(true), in StoreBuffer()
156 ASSERT(may_move_store_buffer_entries_); in Uniq()
183 ASSERT(may_move_store_buffer_entries_); in EnsureSpace()
675 ASSERT(may_move_store_buffer_entries_); in Compact()