Home | History | Annotate | Download | only in src

Lines Matching refs:new_space_

552   Address NewSpaceStart() { return new_space_.start(); }
553 uintptr_t NewSpaceMask() { return new_space_.mask(); }
554 Address NewSpaceTop() { return new_space_.top(); }
556 NewSpace* new_space() { return &new_space_; }
596 return new_space_.allocation_top_address();
599 return new_space_.allocation_limit_address();
617 bool UncommitFromSpace() { return new_space_.UncommitFromSpace(); }
1584 limit += new_space_.Capacity();
1667 old_generation_allocation_limit_ - new_space_.Capacity();
1934 NewSpace new_space_;