Lines Matching refs:self_
64 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_); in BindBitmaps()
88 self_(nullptr), in SemiSpace()
134 self_ = Thread::Current(); in InitializePhase()
154 CHECK(Locks::mutator_lock_->IsExclusiveHeld(self_)); in MarkingPhase()
156 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
159 ThreadState old_state = self_->SetStateUnsafe(kRunnable); in MarkingPhase()
165 CHECK_EQ(self_->SetStateUnsafe(old_state), kRunnable); in MarkingPhase()
173 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
186 heap_->RevokeAllThreadLocalAllocationStacks(self_); in MarkingPhase()
190 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_); in MarkingPhase()
195 ProcessReferences(self_); in MarkingPhase()
197 ReaderMutexLock mu(self_, *Locks::heap_bitmap_lock_); in MarkingPhase()
346 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_); in ReclaimPhase()
431 mirror::Object* forward_address = to_space_->AllocThreadUnsafe(self_, in MarkNonForwardedObject()
442 forward_address = fallback_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, in MarkNonForwardedObject()