Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_create_test.cc136 mirror::Object* ptr4 = space->Alloc(self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P() local
137 EXPECT_TRUE(ptr4 == nullptr); in TEST_P()
270 mirror::Object* ptr4 = Alloc(space, self, 8 * MB, &dummy, nullptr, &dummy); in TEST_P() local
271 EXPECT_TRUE(ptr4 == nullptr); in TEST_P()