Home | History | Annotate | Download | only in src

Lines Matching refs:List

7 //       notice, this list of conditions and the following disclaimer.
9 // copyright notice, this list of conditions and the following
31 #include "list-inl.h"
37 // A single list keeps all the allocated global handles.
38 // Destroyed handles stay in the list but is added to the free list.
39 // At GC the destroyed global handles are removed from the free list
54 List<Object**> objects_;
124 static List<ObjectGroup*>* ObjectGroups();
149 // Global handles are kept in a single linked list pointed to by head_.
154 // Free list for DESTROYED global handles not yet deallocated.
159 // List of deallocated nodes.