Home | History | Annotate | Download | only in src

Lines Matching refs:IterateLiveObjects

1520 int MarkCompactCollector::IterateLiveObjects(NewSpace* space,
1527 int MarkCompactCollector::IterateLiveObjects(PagedSpace* space,
1642 int live_maps = IterateLiveObjects(Heap::map_space(),
1644 int live_pointer_olds = IterateLiveObjects(Heap::old_pointer_space(),
1646 int live_data_olds = IterateLiveObjects(Heap::old_data_space(),
1648 int live_codes = IterateLiveObjects(Heap::code_space(),
1650 int live_cells = IterateLiveObjects(Heap::cell_space(),
1652 int live_news = IterateLiveObjects(Heap::new_space(),
1786 int live_maps = IterateLiveObjects(Heap::map_space(), &RelocateMapObject);
1787 int live_pointer_olds = IterateLiveObjects(Heap::old_pointer_space(),
1789 int live_data_olds = IterateLiveObjects(Heap::old_data_space(),
1791 int live_codes = IterateLiveObjects(Heap::code_space(), &RelocateCodeObject);
1792 int live_cells = IterateLiveObjects(Heap::cell_space(), &RelocateCellObject);
1793 int live_news = IterateLiveObjects(Heap::new_space(), &RelocateNewObject);