Lines Matching refs:self_
64 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_); in BindBitmaps()
142 self_ = Thread::Current(); in InitializePhase()
166 CHECK(Locks::mutator_lock_->IsExclusiveHeld(self_)); in MarkingPhase()
168 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
171 ThreadState old_state = self_->SetStateUnsafe(kRunnable); in MarkingPhase()
177 CHECK_EQ(self_->SetStateUnsafe(old_state), kRunnable); in MarkingPhase()
204 Locks::mutator_lock_->AssertExclusiveHeld(self_); in MarkingPhase()
228 heap_->RevokeAllThreadLocalAllocationStacks(self_); in MarkingPhase()
230 heap_->SwapStacks(self_); in MarkingPhase()
232 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_); in MarkingPhase()
237 ProcessReferences(self_); in MarkingPhase()
239 ReaderMutexLock mu(self_, *Locks::heap_bitmap_lock_); in MarkingPhase()
404 WriterMutexLock mu(self_, *Locks::heap_bitmap_lock_); in ReclaimPhase()
499 forward_address = promo_dest_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, in MarkNonForwardedObject()
503 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr, in MarkNonForwardedObject()
549 forward_address = to_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, nullptr, in MarkNonForwardedObject()
557 forward_address = fallback_space_->AllocThreadUnsafe(self_, object_size, &bytes_allocated, in MarkNonForwardedObject()