Lines Matching refs:self_
1784 self_ = Thread::Current(); in ACQUIRE()
1785 old_cause_ = self_->StartAssertNoThreadSuspension(cause); in ACQUIRE()
1795 self_->EndAssertNoThreadSuspension(old_cause_); in ~ScopedAssertNoThreadSuspension()
1802 Thread* self_;
1810 : self_(self), type_(type) { in ScopedStackedShadowFramePusher()
1811 self_->PushStackedShadowFrame(sf, type); in ScopedStackedShadowFramePusher()
1814 self_->PopStackedShadowFrame(type_); in ~ScopedStackedShadowFramePusher()
1818 Thread* const self_;
1827 explicit ScopedDebugDisallowReadBarriers(Thread* self) : self_(self) { in ScopedDebugDisallowReadBarriers()
1828 self_->ModifyDebugDisallowReadBarrier(1); in ScopedDebugDisallowReadBarriers()
1831 self_->ModifyDebugDisallowReadBarrier(-1); in ~ScopedDebugDisallowReadBarriers()
1835 Thread* const self_;
1841 : self_(self) { in ScopedTransitioningToRunnable()
1844 self_->SetIsTransitioningToRunnable(true); in ScopedTransitioningToRunnable()
1850 self_->SetIsTransitioningToRunnable(false); in ~ScopedTransitioningToRunnable()
1855 Thread* const self_;