Home | History | Annotate | Download | only in jdwp

Lines Matching defs:self

241   Thread* self = Thread::Current();
242 ScopedThreadSuspension sts(self, kWaitingForDebuggerSuspension);
942 LOG(INFO) << " Warning: ignoring request to suspend self";
946 Thread* self = Thread::Current();
947 ScopedThreadSuspension sts(self, kWaitingForDebuggerSend);
960 LOG(INFO) << " Warning: ignoring request to resume self";
1640 Thread* self = Thread::Current();
1641 ScopedObjectAccess soa(self);
1655 self->AssertNoPendingException();