Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces_test.cc274 std::unique_ptr<DummyImageSpace> space2(CreateImageSpace(kImage2Size, in TEST_F() local
278 ASSERT_TRUE(space2 != nullptr); in TEST_F()
300 LOG(INFO) << "Adding space2 " << reinterpret_cast<const void*>(space2->Begin()); in TEST_F()
301 spaces.AddSpace(space2.get()); in TEST_F()
308 space2->Limit()); in TEST_F()
/art/runtime/gc/
Dheap.cc1011 space::ContinuousSpace* space2 = non_moving_space_; in MarkAllocStackAsLive() local
1014 CHECK(space2 != nullptr); in MarkAllocStackAsLive()
1015 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()