Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc1310 start_of_current_page_ = NULL; in Callback()
1317 store_buffer_->SetTop(start_of_current_page_); in Callback()
1318 } else if (store_buffer_->Top() - start_of_current_page_ >= in Callback()
1324 store_buffer_->SetTop(start_of_current_page_); in Callback()
1332 start_of_current_page_ = store_buffer_->Top(); in Callback()
1349 DCHECK(start_of_current_page_ != store_buffer_->Top()); in Callback()
1350 store_buffer_->SetTop(start_of_current_page_); in Callback()
Dheap.h363 Object*** start_of_current_page_; variable