Lines Matching full:start_
39 start_(NULL),
62 start_ =
64 limit_ = start_ + (kStoreBufferSize / kPointerSize);
84 ASSERT(reinterpret_cast<Address>(start_) >= virtual_memory_->address());
89 ASSERT(start_ <= vm_limit);
96 CHECK(virtual_memory_->Commit(reinterpret_cast<Address>(start_),
99 heap_->public_set_store_buffer_top(start_);
115 start_ = limit_ = NULL;
116 heap_->public_set_store_buffer_top(start_);
339 for (Address* current = top - 1; current >= start_; current--) {
668 if (top == start_) return;
673 heap_->public_set_store_buffer_top(start_);
674 EnsureSpace(top - start_);
681 for (Address* current = start_; current < top; current++) {