Lines Matching refs:space
33 PagedSpace* space)
36 space_(space),
37 page_range_(space->first_page(), nullptr),
49 PagedSpace* space,
53 space_(space),
95 PagedSpace::PagedSpace(Heap* heap, AllocationSpace space,
99 : SpaceWithLinearArea(heap, space, free_list, allocation_info_),
102 area_size_ = MemoryChunkLayout::AllocatableMemoryInMemoryChunk(space);
196 // 2. Observers might try to take the space lock, which isn't reentrant.
241 // Ensure that the space's counter matches the sum of all page counters.
258 // The live_byte on the page was accounted in the space allocated
465 // Mark the old linear allocation area with a free space map so it can be
562 // Don't free list allocate if there is linear space available.
565 // Mark the old linear allocation area with a free space map so it can be
576 // The old-space-step might have finished sweeping and restarted marking.
660 // Complete sweeping for this space.
691 // The old-space-step might have finished sweeping and restarted marking.
723 // Code space sweeping is only allowed on main thread.
763 // be in map space.
769 // Perform space-specific object verification.
865 // not been moved over to the actual space. Otherwise, the AccountingStats
936 // Allocation in this space has failed.
995 // Cleanup invalidated old-to-new refs for compaction space in the
1046 // We don't know exactly how much filler we need to align until space is