Searched refs:space1 (Results 1 – 2 of 2) sorted by relevance
269 std::unique_ptr<FakeImageSpace> space1(CreateImageSpace(kImage1Size, in TEST_F() local273 ASSERT_TRUE(space1 != nullptr); in TEST_F()301 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin()); in TEST_F()302 spaces.AddSpace(space1.get()); in TEST_F()309 space1->Begin()); in TEST_F()320 space1->Begin()); in TEST_F()361 space1->Begin()); in TEST_F()
1022 space::ContinuousSpace* space1 = main_space_ != nullptr ? main_space_ : non_moving_space_; in MarkAllocStackAsLive() local1025 CHECK(space1 != nullptr); in MarkAllocStackAsLive()1027 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()