Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces_test.cc283 std::unique_ptr<DummyImageSpace> space2(CreateImageSpace(space2_begin, in TEST_F() local
287 ASSERT_TRUE(space2 != nullptr); in TEST_F()
302 LOG(INFO) << "Adding space2 " << reinterpret_cast<const void*>(space2->Begin()); in TEST_F()
303 spaces.AddSpace(space2.get()); in TEST_F()
310 space2->Limit()); in TEST_F()
/art/runtime/gc/
Dheap.cc904 space::ContinuousSpace* space2 = non_moving_space_; in MarkAllocStackAsLive() local
907 CHECK(space2 != nullptr); in MarkAllocStackAsLive()
908 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()