Lines Matching defs:self
593 Thread* self = reinterpret_cast<Thread*>(arg); in CreateCallback() local
818 Thread* self = static_cast<JNIEnvExt*>(env)->GetSelf(); in CreateNativeThread() local
983 Thread* self; in Attach() local
1037 auto create_peer_action = [&](Thread* self) { in Attach()
1070 auto set_peer_action = [&](Thread* self) { in Attach()
1119 Thread* self = this; in CreatePeer() local
1390 static void UnsafeLogFatalForSuspendCount(Thread* self, Thread* thread) NO_THREAD_SAFETY_ANALYSIS { in UnsafeLogFatalForSuspendCount()
1410 bool Thread::ModifySuspendCountInternal(Thread* self, in ModifySuspendCountInternal()
1478 bool Thread::PassActiveSuspendBarriers(Thread* self) { in PassActiveSuspendBarriers()
1625 void Run(Thread* self) override { in Run()
1630 void Wait(Thread* self, ThreadState suspend_state) { in Wait()
1645 Thread* self = Thread::Current(); in RequestSynchronousCheckpoint() local
1809 Thread* self = Thread::Current(); in DumpState() local
2194 Thread* self = reinterpret_cast<Thread*>(arg); in ThreadExitCallback() local
2369 explicit MonitorExitVisitor(Thread* self) : self_(self) { } in MonitorExitVisitor()
2388 Thread* self = this; in Destroy() local
2622 void Thread::Interrupt(Thread* self) { in Interrupt()
2635 Thread* self = Thread::Current(); in Notify() local
2640 void Thread::NotifyLocked(Thread* self) { in NotifyLocked()
2709 BuildInternalStackTraceVisitor(Thread* self, Thread* thread, int skip_depth) in BuildInternalStackTraceVisitor()
2989 Thread* self, in CreateAnnotatedStackTrace()
3182 static ObjPtr<mirror::ClassLoader> GetCurrentClassLoader(Thread* self) in GetCurrentClassLoader()
4327 ScopedExceptionStorage::ScopedExceptionStorage(art::Thread* self) in ScopedExceptionStorage()