Home
last modified time | relevance | path

Searched refs:space1 (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dimmune_spaces_test.cc274 std::unique_ptr<DummyImageSpace> space1(CreateImageSpace(space1_begin, in TEST_F() local
278 ASSERT_TRUE(space1 != nullptr); in TEST_F()
298 LOG(INFO) << "Adding space1 " << reinterpret_cast<const void*>(space1->Begin()); in TEST_F()
299 spaces.AddSpace(space1.get()); in TEST_F()
306 space1->Begin()); in TEST_F()
317 space1->Begin()); in TEST_F()
341 space1->Begin()); in TEST_F()
/art/runtime/gc/
Dheap.cc992 space::ContinuousSpace* space1 = main_space_ != nullptr ? main_space_ : non_moving_space_; in MarkAllocStackAsLive() local
995 CHECK(space1 != nullptr); in MarkAllocStackAsLive()
997 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()