HomeSort by relevance Sort by last modified time
    Searched refs:may_move_store_buffer_entries_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/heap/
store-buffer.h 131 bool may_move_store_buffer_entries_; member in class:v8::internal::StoreBuffer
206 stored_state_(store_buffer->may_move_store_buffer_entries_) {
207 store_buffer_->may_move_store_buffer_entries_ = false;
211 store_buffer_->may_move_store_buffer_entries_ = stored_state_;
store-buffer.cc 29 may_move_store_buffer_entries_(true),
108 DCHECK(may_move_store_buffer_entries_);
139 DCHECK(may_move_store_buffer_entries_);
538 DCHECK(may_move_store_buffer_entries_);

Completed in 85 milliseconds