HomeSort by relevance Sort by last modified time
    Searched refs:first_block_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
global-handles.cc 541 first_block_(NULL),
549 NodeBlock* block = first_block_;
555 first_block_ = NULL;
561 first_block_ = new NodeBlock(this, first_block_);
562 first_block_->PutNodesOnFreeList(&first_free_);
    [all...]
global-handles.h 329 NodeBlock* first_block_; member in class:v8::internal::GlobalHandles

Completed in 128 milliseconds