Home | History | Annotate | Download | only in heap

Lines Matching refs:new_space

1080   NewSpace* new_space() { return &new_space_; }
1094 case NEW_SPACE:
1103 case NEW_SPACE:
1104 return new_space();
1456 return new_space_allocation_counter_ + new_space()->AllocatedSinceLastGC();
1692 return (pretenure == TENURED) ? OLD_SPACE : NEW_SPACE;