Home
last modified time | relevance | path

Searched refs:GetPeerFromOtherThread (Results 1 – 8 of 8) sorted by relevance

/art/openjdkjvmti/
Dti_object.cc100 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()
Dti_threadgroup.cc178 art::ObjPtr<art::mirror::Object> peer = t->GetPeerFromOtherThread(); in GetThreads()
Dti_stack.cc364 self, thread->GetPeerFromOtherThread()); in GetAllStackTraces()
500 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread(); in GetThreadListStackTraces()
566 DCHECK(self->GetPeerFromOtherThread() != nullptr); in GetThreadListStackTraces()
Dti_thread.cc233 art::ObjPtr<art::mirror::Object> peer = target->GetPeerFromOtherThread(); in GetThreadInfo()
598 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread(); in GetAllThreads()
Dti_heap.cc910 thread_obj = thread->GetPeerFromOtherThread(); in GetReferenceKind()
940 thread_obj = thread->GetPeerFromOtherThread(); in GetReferenceKind()
/art/runtime/native/
Ddalvik_system_VMStack.cc54 if (heap_task_thread != nullptr && decoded_peer == heap_task_thread->GetPeerFromOtherThread()) { in GetThreadStack()
/art/runtime/
Dthread.h407 mirror::Object* GetPeerFromOtherThread() const REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc4015 mirror::Object* Thread::GetPeerFromOtherThread() const { in GetPeerFromOtherThread() function in art::Thread