Lines Matching refs:self_
1817 self_ = Thread::Current(); in ACQUIRE()
1818 old_cause_ = self_->StartAssertNoThreadSuspension(cause); in ACQUIRE()
1828 self_->EndAssertNoThreadSuspension(old_cause_); in ~ScopedAssertNoThreadSuspension()
1835 Thread* self_;
1843 : self_(self), type_(type) { in ScopedStackedShadowFramePusher()
1844 self_->PushStackedShadowFrame(sf, type); in ScopedStackedShadowFramePusher()
1847 self_->PopStackedShadowFrame(type_); in ~ScopedStackedShadowFramePusher()
1851 Thread* const self_;
1860 explicit ScopedDebugDisallowReadBarriers(Thread* self) : self_(self) { in ScopedDebugDisallowReadBarriers()
1861 self_->ModifyDebugDisallowReadBarrier(1); in ScopedDebugDisallowReadBarriers()
1864 self_->ModifyDebugDisallowReadBarrier(-1); in ~ScopedDebugDisallowReadBarriers()
1868 Thread* const self_;
1874 : self_(self) { in ScopedTransitioningToRunnable()
1877 self_->SetIsTransitioningToRunnable(true); in ScopedTransitioningToRunnable()
1883 self_->SetIsTransitioningToRunnable(false); in ~ScopedTransitioningToRunnable()
1888 Thread* const self_;