Home
last modified time | relevance | path

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

/external/v8/src/
Dglobal-handles.cc543 first_block_(NULL), in GlobalHandles()
551 NodeBlock* block = first_block_; in ~GlobalHandles()
557 first_block_ = NULL; in ~GlobalHandles()
563 first_block_ = new NodeBlock(this, first_block_); in Create()
564 first_block_->PutNodesOnFreeList(&first_free_); in Create()
Dglobal-handles.h336 NodeBlock* first_block_; variable