Lines Matching defs:from
296 void SemiSpace::Swap(SemiSpace* from, SemiSpace* to) {
298 DCHECK(from->first_page());
304 std::swap(from->target_capacity_, to->target_capacity_);
305 std::swap(from->maximum_capacity_, to->maximum_capacity_);
306 std::swap(from->minimum_capacity_, to->minimum_capacity_);
307 std::swap(from->age_mark_, to->age_mark_);
308 std::swap(from->memory_chunk_list_, to->memory_chunk_list_);
309 std::swap(from->current_page_, to->current_page_);
310 std::swap(from->external_backing_store_bytes_,
312 std::swap(from->committed_physical_memory_, to->committed_physical_memory_);
315 from->FixPagesFlags(Page::NO_FLAGS, Page::NO_FLAGS);
384 // The pointers-from-here-are-interesting flag isn't updated dynamically
385 // on from-space pages, so it might be out of sync with the marking state.
502 // Only grow from space if we managed to grow to-space.
504 // If we managed to grow to-space but couldn't grow from-space,
517 // Only shrink from-space if we managed to shrink to-space.
589 // We park unused allocation buffer space of allocations happenting from the
723 // There should be objects packed in from the low address up to the