Home | History | Annotate | Download | only in runtime

Lines Matching defs:self_

402   ScopedAssertNotHeld(Thread* self, Mutex& mu) : self_(self), mu_(mu) {
403 mu_.AssertNotHeld(self_);
407 mu_.AssertNotHeld(self_);
411 Thread* const self_;
1640 MonitorDeflateVisitor() : self_(Thread::Current()), deflate_count_(0) {}
1644 if (Monitor::Deflate(self_, object)) {
1653 Thread* const self_;
1659 Locks::mutator_lock_->AssertExclusiveHeld(visitor.self_);