Lines Matching defs:self
103 Thread* self = Thread::Current();
104 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
105 MutexLock mu2(self, *Locks::thread_list_lock_);
123 Thread* self = Thread::Current();
124 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
125 MutexLock mu2(self, *Locks::thread_list_lock_);
216 Thread* self = Thread::Current();
217 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
218 MutexLock mu2(self, *Locks::thread_list_lock_);
234 Thread* self = Thread::Current();
235 MutexLock mu(self, *Locks::runtime_shutdown_lock_);
236 MutexLock mu2(self, *Locks::thread_list_lock_);
255 bool BumpPointerSpace::AllocNewTlab(Thread* self, size_t bytes) {
257 RevokeThreadLocalBuffersLocked(self);
262 self->SetTlab(start, start + bytes);