Home
last modified time | relevance | path

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

/art/runtime/gc/accounting/
Dmod_union_table_test.cc187 std::unique_ptr<space::DlMallocSpace> other_space(space::DlMallocSpace::Create( in RunTest() local
189 ASSERT_TRUE(other_space.get() != nullptr); in RunTest()
193 heap->AddSpace(other_space.get()); in RunTest()
196 type, space, other_space.get())); in RunTest()
213 auto* other_space_ref1 = AllocObjectArray(self, other_space.get(), CardTable::kCardSize); in RunTest()
215 auto* other_space_ref2 = AllocObjectArray(self, other_space.get(), CardTable::kCardSize); in RunTest()
265 heap->RemoveSpace(other_space.get()); in RunTest()