Lines Matching refs:space
34 LargePage(Heap* heap, BaseSpace* space, size_t chunk_size, Address area_start,
67 // the large object space. Large objects do not move during garbage collections.
76 // Releases internal resources, frees objects in this space.
79 // Available bytes for objects in this space.
85 // Approximate amount of physical memory committed for this space.
93 // Checks whether a heap object is in this space; O(1).
95 // Checks whether an address is in the object area in this space. Iterates all
96 // objects in the space. May be slow.
99 // Checks whether the space is empty.
199 // Available bytes for objects in this space.
241 explicit LargeObjectSpaceObjectIterator(LargeObjectSpace* space);