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

  /external/v8/src/
global-handles.cc 168 if (first_deallocated()) {
169 first_deallocated()->set_next(head());
278 } else if (first_deallocated()) {
280 result = first_deallocated();
387 if (first_deallocated()) {
388 first_deallocated()->set_next(node);
390 node->set_next_free(first_deallocated());
397 if (first_deallocated()) {
398 first_deallocated()->set_next(head());
global-handles.h 161 // |first_deallocated| points to last deallocated node before
171 static Node* first_deallocated() { return first_deallocated_; } function in class:v8::internal::GlobalHandles

Completed in 147 milliseconds