Lines Matching defs:self
335 bool RegionSpace::AllocNewTlab(Thread* self) {
336 MutexLock mu(self, region_lock_);
337 RevokeThreadLocalBuffersLocked(self);
351 r->thread_ = self;
352 self->SetTlab(r->Begin(), r->End());
382 Thread* self = Thread::Current();
383 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
384 MutexLock mu2(self, *Locks::thread_list_lock_);
400 Thread* self = Thread::Current();
401 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
402 MutexLock mu2(self, *Locks::thread_list_lock_);