Home | History | Annotate | Download | only in src

Lines Matching refs:to_space_

1043   to_space_.SetUp(chunk_base_,
1049 if (!to_space_.Commit()) {
1078 to_space_.TearDown();
1092 SemiSpace::Swap(&from_space_, &to_space_);
1100 if (to_space_.GrowTo(new_capacity)) {
1105 if (!to_space_.ShrinkTo(from_space_.Capacity())) {
1112 ASSERT_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_);
1120 to_space_.ShrinkTo(rounded_new_capacity)) {
1126 if (!to_space_.GrowTo(from_space_.Capacity())) {
1133 allocation_info_.limit = to_space_.page_high();
1134 ASSERT_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_);
1139 allocation_info_.top = to_space_.page_low();
1140 allocation_info_.limit = to_space_.page_high();
1149 ASSERT_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_);
1154 to_space_.Reset();
1158 NewSpacePageIterator it(&to_space_);
1176 if (!to_space_.AdvancePage()) {
1200 Address high = to_space_.page_high();
1217 top_on_previous_step_ = to_space_.page_low();
1230 ASSERT_SEMISPACE_ALLOCATION_INFO(allocation_info_, to_space_);
1234 Address current = to_space_.first_page()->area_start();
1235 CHECK_EQ(current, to_space_.space_start());
1275 ASSERT_EQ(to_space_.id(), kToSpace);
1277 to_space_.Verify();