Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc140 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P() local
141 EXPECT_TRUE(ptr5 == nullptr); in TEST_P()
274 mirror::Object* ptr5 = AllocWithGrowth(space, self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P() local
275 EXPECT_TRUE(ptr5 == nullptr); in TEST_P()