Lines Matching defs:new_space_
494 Address NewSpaceStart() { return new_space_.start(); }
495 uintptr_t NewSpaceMask() { return new_space_.mask(); }
496 Address NewSpaceTop() { return new_space_.top(); }
498 NewSpace* new_space() { return &new_space_; }
515 return new_space_.allocation_top_address();
518 return new_space_.allocation_limit_address();
522 bool UncommitFromSpace() { return new_space_.UncommitFromSpace(); }
1375 limit += new_space_.Capacity();
1385 limit += new_space_.Capacity();
1448 old_gen_promotion_limit_ - new_space_.Capacity();
1453 old_gen_allocation_limit_ - new_space_.Capacity() / 5;
1638 NewSpace new_space_;