Searched refs:first_block_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dglobal-handles.cc575 first_block_(NULL),
583 NodeBlock* block = first_block_;
589 first_block_ = NULL;
595 first_block_ = new NodeBlock(this, first_block_);
596 first_block_->PutNodesOnFreeList(&first_free_);
H A Dglobal-handles.h332 NodeBlock* first_block_; member in class:v8::internal::GlobalHandles

Completed in 90 milliseconds