Lines Matching refs:space
39 // A page in the from-space or a young large page that was not scavenged
42 // A page in the to-space or a young large page that was scavenged.
49 // from new to old space during evacuation.
53 // within the new space during evacuation.
132 BasicMemoryChunk(Heap* heap, BaseSpace* space, size_t chunk_size,
172 // Gets the chunk's owner or null if the space has been detached.
175 void set_owner(BaseSpace* space) { owner_ = space; }
244 // If this is a read-only space chunk but heap_ is non-null, it has not yet
362 // The space owning this memory chunk.