Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dstore-buffer.cc576 start_of_current_page_ = NULL; in Callback()
583 store_buffer_->SetTop(start_of_current_page_); in Callback()
584 } else if (store_buffer_->Top() - start_of_current_page_ >= in Callback()
590 store_buffer_->SetTop(start_of_current_page_); in Callback()
598 start_of_current_page_ = store_buffer_->Top(); in Callback()
615 DCHECK(start_of_current_page_ != store_buffer_->Top()); in Callback()
616 store_buffer_->SetTop(start_of_current_page_); in Callback()
Dstore-buffer.h173 Object*** start_of_current_page_; variable