Home | History | Annotate | Download | only in space

Lines Matching refs:ptr3

123   MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space,
129 EXPECT_TRUE(ptr3.Get() != nullptr);
144 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr);
146 EXPECT_EQ(free3, space->Free(self, ptr3.Assign(nullptr)));
207 ptr3.Assign(AllocWithGrowth(space,
213 EXPECT_TRUE(ptr3.Get() != nullptr);
218 space->Free(self, ptr3.Assign(nullptr));
257 MutableHandle<mirror::Object> ptr3(hs.NewHandle(AllocWithGrowth(space,
263 EXPECT_TRUE(ptr3.Get() != nullptr);
278 size_t free3 = space->AllocationSize(ptr3.Get(), nullptr);
280 space->Free(self, ptr3.Assign(nullptr));