Lines Matching full:live
387 // size, so the adjustment to the live data count will be zero anyway.
445 PrintF("%p [%s]: %d bytes live (unswept)\n",
736 // Phase 1: tracing and marking live objects.
738 // after: a live object's map pointer is marked as '00'.
740 // Marking all live objects in the heap as part of mark-sweep or mark-compact
742 // marking, live objects' map pointers are marked indicating that the object
1883 // live. Only for MAP_TRANSITION, EXTERNAL_ARRAY_TRANSITION and
2293 // The to space contains live objects, a page in from space is used as a
2567 // There should never be a dead map above a live map.
2570 // A live map above a dead map indicates a dead transition. This test will
2697 // Visitor for updating pointers from live objects in old spaces to new space.
2848 // live objects.
2855 // migrate live objects and write forwarding addresses. This stage puts
2865 // Don't bother decrementing live bytes count. We'll discard the
3061 // be iterated precisely, hitting only the live objects. Code space
3064 // Slots in live objects pointing into evacuation candidates are updated
3453 // the line describes the number of live object starts for the line and the
3760 // first live object.
3767 // the address of the last 32-word section that contained a live object and
3768 // the marking bitmap for that cell, which describes where the live object
3771 // first word in the marking bit map that indicates a live object.
3784 // We have a live object. Check approximately whether it is more than 32
3785 // words since the last live object.
3791 // so now we need to find the start of the first live object at the
3948 // the map space last because freeing non-live maps overwrites them and
3949 // the other spaces rely on possibly non-live maps to get the sizes for
3950 // non-live objects.