Home | History | Annotate | Download | only in src

Lines Matching defs:new_space_

255   static Address NewSpaceStart() { return new_space_.start(); }
256 static uintptr_t NewSpaceMask() { return new_space_.mask(); }
257 static Address NewSpaceTop() { return new_space_.top(); }
259 static NewSpace* new_space() { return &new_space_; }
276 return new_space_
279 return new_space_.allocation_limit_address();
283 static bool UncommitFromSpace() { return new_space_.UncommitFromSpace(); }
924 static NewSpace new_space_;