Home | History | Annotate | Download | only in heap

Lines Matching refs:space_

5514     space_[i] = nullptr;
5517 space_[NEW_SPACE] = new_space_ = new NewSpace(this);
5523 space_[OLD_SPACE] = old_space_ =
5527 space_[CODE_SPACE] = code_space_ = new OldSpace(this, CODE_SPACE, EXECUTABLE);
5530 space_[MAP_SPACE] = map_space_ = new MapSpace(this, MAP_SPACE);
5536 space_[LO_SPACE] = lo_space_ = new LargeObjectSpace(this, LO_SPACE);