Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dimmune_spaces_test.cc277 std::unique_ptr<FakeImageSpace> space2(CreateImageSpace(kImage2Size, in TEST_F() local
281 ASSERT_TRUE(space2 != nullptr); in TEST_F()
303 LOG(INFO) << "Adding space2 " << reinterpret_cast<const void*>(space2->Begin()); in TEST_F()
304 spaces.AddSpace(space2.get()); in TEST_F()
311 space2->Limit()); in TEST_F()
/art/runtime/gc/
Dheap.cc1023 space::ContinuousSpace* space2 = non_moving_space_; in MarkAllocStackAsLive() local
1026 CHECK(space2 != nullptr); in MarkAllocStackAsLive()
1027 MarkAllocStack(space1->GetLiveBitmap(), space2->GetLiveBitmap(), in MarkAllocStackAsLive()