Lines Matching defs:self
59 Thread* self = Thread::Current();
61 CHECK(!Locks::mutator_lock_->IsExclusiveHeld(self));
126 void MarkCompact::ProcessReferences(Thread* self) {
127 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
170 Thread* self = Thread::Current();
177 CHECK(Locks::mutator_lock_->IsExclusiveHeld(self));
191 heap_->RevokeAllThreadLocalAllocationStacks(self);
196 WriterMutexLock mu(self, *Locks::heap_bitmap_lock_);
203 ProcessReferences(self);
205 ReaderMutexLock mu(self, *Locks::heap_bitmap_lock_);