Lines Matching refs:store_buffer_
204 store_buffer_(nullptr), in Heap()
774 : store_buffer_(store_buffer) { in SkipStoreBufferScope()
775 store_buffer_->MoveAllEntriesToRememberedSet(); in SkipStoreBufferScope()
776 store_buffer_->SetMode(StoreBuffer::IN_GC); in SkipStoreBufferScope()
780 DCHECK(store_buffer_->Empty()); in ~SkipStoreBufferScope()
781 store_buffer_->SetMode(StoreBuffer::NOT_IN_GC); in ~SkipStoreBufferScope()
785 StoreBuffer* store_buffer_; member in v8::internal::Heap::SkipStoreBufferScope
1712 Heap::SkipStoreBufferScope skip_store_buffer_scope(store_buffer_); in PerformGarbageCollection()
4704 store_buffer_ = new StoreBuffer(this); in SetUp()
5028 delete store_buffer_; in TearDown()
5029 store_buffer_ = nullptr; in TearDown()