Lines Matching refs:self

96   Thread* self = Thread::Current();  in TEST_P()  local
97 ScopedObjectAccess soa(self); in TEST_P()
103 self, in TEST_P()
115 mirror::Object* ptr2 = Alloc(space, self, 8 * MB, &unused, nullptr, &unused); in TEST_P()
121 self, in TEST_P()
133 mirror::Object* ptr4 = space->Alloc(self, 8 * MB, &unused, nullptr, &unused); in TEST_P()
137 mirror::Object* ptr5 = space->AllocWithGrowth(self, 8 * MB, &unused, nullptr, &unused); in TEST_P()
143 EXPECT_EQ(free3, space->Free(self, ptr3.Assign(nullptr))); in TEST_P()
149 self, in TEST_P()
162 space->Free(self, ptr1.Assign(nullptr)); in TEST_P()
166 EXPECT_TRUE(space->Alloc(self, 1U * MB, &unused, nullptr, &unused) != nullptr); in TEST_P()
171 ScopedThreadSuspension sts(self, kSuspended); in TEST_P()
188 self, in TEST_P()
200 ptr2 = Alloc(space, self, 8 * MB, &unused, nullptr, &unused); in TEST_P()
205 self, in TEST_P()
215 space->Free(self, ptr3.Assign(nullptr)); in TEST_P()
219 space->Free(self, ptr1.Assign(nullptr)); in TEST_P()
227 Thread* self = Thread::Current(); in TEST_P() local
228 ScopedObjectAccess soa(self); in TEST_P()
237 self, in TEST_P()
249 mirror::Object* ptr2 = Alloc(space, self, 8 * MB, &unused, nullptr, &unused); in TEST_P()
255 self, in TEST_P()
267 mirror::Object* ptr4 = Alloc(space, self, 8 * MB, &unused, nullptr, &unused); in TEST_P()
271 mirror::Object* ptr5 = AllocWithGrowth(space, self, 8 * MB, &unused, nullptr, &unused); in TEST_P()
277 space->Free(self, ptr3.Assign(nullptr)); in TEST_P()
283 self, in TEST_P()
296 space->Free(self, ptr1.Assign(nullptr)); in TEST_P()
306 Thread* self = Thread::Current(); in TEST_P() local
307 ScopedObjectAccess soa(self); in TEST_P()
315 self, in TEST_P()
329 space->FreeList(self, arraysize(lots_of_objects), lots_of_objects); in TEST_P()
335 self, in TEST_P()
349 space->FreeList(self, arraysize(lots_of_objects), lots_of_objects); in TEST_P()