Home | History | Annotate | Download | only in src

Lines Matching full:heap

34 // Callback function, returns whether an object is alive. The heap size
91 // True if the last full GC performed heap compaction.
155 // Finishes GC, performs heap verification if enabled.
161 // Before: The heap has been prepared for garbage collection by
199 // Mark the heap roots and all objects reachable from them.
216 // or overflowed in the heap.
221 // overflowed objects in the heap, in which case the marking stack's
225 // Refill the marking stack with overflowed objects from the heap. This
231 // heap object.
291 // heap.
304 // to a callback function which returns the heap size of the object.
322 // If we are not compacting the heap, we simply sweep the spaces except
344 // Returns the heap size of the object.
348 // Returns the heap size of the object.
396 // Before: The heap is in a normal state except that remembered sets
399 // After: The heap is in a normal state.
410 // Number of live objects in Heap::to_space_.
413 // Number of live objects in Heap::old_pointer_space_.
416 // Number of live objects in Heap::old_data_space_.
419 // Number of live objects in Heap::code_space_.
422 // Number of live objects in Heap::map_space_.
425 // Number of live objects in Heap::cell_space_.
428 // Number of live objects in Heap::lo_space_.