OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_block_
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
global-handles.cc
388
first_block_
(NULL),
395
NodeBlock* block =
first_block_
;
401
first_block_
= NULL;
409
first_block_
= new NodeBlock(
first_block_
);
410
first_block_
->PutNodesOnFreeList(&first_free_);
global-handles.h
260
NodeBlock*
first_block_
;
member in class:v8::internal::GlobalHandles
/external/chromium_org/v8/src/
global-handles.cc
475
first_block_
(NULL),
483
NodeBlock* block =
first_block_
;
489
first_block_
= NULL;
495
first_block_
= new NodeBlock(this,
first_block_
);
496
first_block_
->PutNodesOnFreeList(&first_free_);
[
all
...]
global-handles.h
315
NodeBlock*
first_block_
;
member in class:v8::internal::GlobalHandles
Completed in 684 milliseconds