Lines Matching full:heap
36 // Callback function, returns whether an object is alive. The heap size
71 // heap.
111 typedef MaybeObject* (*AllocationFunction)(Heap* heap,
123 typedef void (*EncodingFunction)(Heap* heap,
151 // True if the last full GC performed heap compaction.
190 inline Heap* heap() const { return heap_; }
232 // Finishes GC, performs heap verification if enabled.
238 // Before: The heap has been prepared for garbage collection by
275 // Mark the heap roots and all objects reachable from them.
295 // or overflowed in the heap.
300 // overflowed objects in the heap, in which case the marking stack's
304 // Refill the marking stack with overflowed objects from the heap. This
310 // heap object.
370 // heap.
383 // to a callback function which returns the heap size of the object.
393 // If we are not compacting the heap, we simply sweep the spaces except
413 // Returns the heap size of the object.
417 // Returns the heap size of the object.
464 // Size of live objects in Heap::to_space_.
467 // Size of live objects in Heap::old_pointer_space_.
470 // Size of live objects in Heap::old_data_space_.
473 // Size of live objects in Heap::code_space_.
476 // Size of live objects in Heap::map_space_.
479 // Size of live objects in Heap::cell_space_.
482 // Size of live objects in Heap::lo_space_.
495 Heap* heap_;
499 friend class Heap;