OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_first_free
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
global-handles.cc
189
global_handles->
set_first_free
(NULL);
326
set_first_free
(result->next_free());
351
set_first_free
(node);
451
set_first_free
(NULL);
492
set_first_free
(NULL);
global-handles.h
239
void
set_first_free
(Node* value) { first_free_ = value; }
function in class:v8::internal::GlobalHandles
Completed in 113 milliseconds