Home | History | Annotate | Download | only in heap

Lines Matching refs:from_top

776   Address from_top = new_space_.top();
778 if (from_top < from_limit) {
779 int remaining_in_page = static_cast<int>(from_limit - from_top);
780 CreateFillerObjectAt(from_top, remaining_in_page);