Searched refs:GetPeerFromOtherThread (Results 1 – 8 of 8) sorted by relevance
100 jni->AddLocalReference<jthread>(info.owner_->GetPeerFromOtherThread()) : nullptr; in GetObjectMonitorUsage()105 notify_wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()106 wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()113 wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread())); in GetObjectMonitorUsage()
178 art::ObjPtr<art::mirror::Object> peer = t->GetPeerFromOtherThread(); in GetThreads()
364 self, thread->GetPeerFromOtherThread()); in GetAllStackTraces()500 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread(); in GetThreadListStackTraces()566 DCHECK(self->GetPeerFromOtherThread() != nullptr); in GetThreadListStackTraces()
233 art::ObjPtr<art::mirror::Object> peer = target->GetPeerFromOtherThread(); in GetThreadInfo()598 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread(); in GetAllThreads()
910 thread_obj = thread->GetPeerFromOtherThread(); in GetReferenceKind()940 thread_obj = thread->GetPeerFromOtherThread(); in GetReferenceKind()
54 if (heap_task_thread != nullptr && decoded_peer == heap_task_thread->GetPeerFromOtherThread()) { in GetThreadStack()
407 mirror::Object* GetPeerFromOtherThread() const REQUIRES_SHARED(Locks::mutator_lock_);
4015 mirror::Object* Thread::GetPeerFromOtherThread() const { in GetPeerFromOtherThread() function in art::Thread