Searched refs:space1 (Results 1 – 2 of 2) sorted by relevance
284 std::unique_ptr<FakeImageSpace> space1(CreateImageSpace(kImage1Size, in TEST_F() local288 ASSERT_TRUE(space1 != nullptr); in TEST_F()316 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin()); in TEST_F()317 spaces.AddSpace(space1.get()); in TEST_F()324 space1->Begin()); in TEST_F()335 space1->Begin()); in TEST_F()372 space1->Begin()); in TEST_F()
1153 space::ContinuousSpace* space1 = main_space_ != nullptr ? main_space_ : non_moving_space_; in MarkAllocStackAsLive() local1156 CHECK(space1 != nullptr); in MarkAllocStackAsLive()1158 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()