Lines Matching refs:heap
18 #include "src/heap/concurrent-allocator.h"
27 // LocalHeap is used by the GC to track all threads with heap access in order to
30 // Running: Thread is allowed to access the heap but needs to give the GC the
34 // for a collection. Useful when threads do not need heap access for
41 Heap* heap, ThreadKind kind,
93 Heap* heap() { return heap_; }
94 Heap* AsHeap() { return heap(); }
108 heap()->RegisterCodeObject(code);
122 // iterable heap.
125 // Fetches a pointer to the local heap from the thread local storage.
127 // difficult to get a pointer to the current instance of local heap otherwise.
128 // The result may be a nullptr if there is no local heap instance associated