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

  /external/chromium_org/v8/src/
store-buffer.h 156 bool may_move_store_buffer_entries_; member in class:v8::internal::StoreBuffer
255 stored_state_(store_buffer->may_move_store_buffer_entries_) {
256 store_buffer_->may_move_store_buffer_entries_ = false;
260 store_buffer_->may_move_store_buffer_entries_ = stored_state_;
  /external/v8/src/
store-buffer.h 148 bool may_move_store_buffer_entries_; member in class:v8::internal::StoreBuffer
240 stored_state_(store_buffer->may_move_store_buffer_entries_) {
241 store_buffer_->may_move_store_buffer_entries_ = false;
245 store_buffer_->may_move_store_buffer_entries_ = stored_state_;

Completed in 43 milliseconds