Home
last modified time | relevance | path

Searched refs:GetPeerFromOtherThread (Results 1 – 9 of 9) 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.cc181 art::ObjPtr<art::mirror::Object> peer = t->GetPeerFromOtherThread(); in GetThreads()
Dti_stack.cc405 self, thread->GetPeerFromOtherThread()); in GetAllStackTraces()
543 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread(); in GetThreadListStackTraces()
609 DCHECK(self->GetPeerFromOtherThread() != nullptr); in GetThreadListStackTraces()
Dti_thread.cc295 art::ObjPtr<art::mirror::Object> peer = target->GetPeerFromOtherThread(); in GetThreadInfo()
652 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread(); in GetAllThreads()
Dti_heap.cc1000 thread_obj = thread->GetPeerFromOtherThread(); in GetReferenceKind()
1032 thread_obj = thread->GetPeerFromOtherThread(); in GetReferenceKind()
/art/tools/jvmti-agents/jit-load/
Djitload.cc50 thread_pool->GetWorkers()[0]->GetThread()->GetPeerFromOtherThread()); in GetJitThread()
/art/runtime/native/
Ddalvik_system_VMStack.cc54 if (heap_task_thread != nullptr && decoded_peer == heap_task_thread->GetPeerFromOtherThread()) { in GetThreadStack()
/art/runtime/
Dthread.h438 mirror::Object* GetPeerFromOtherThread() const REQUIRES_SHARED(Locks::mutator_lock_);
Dthread.cc4267 mirror::Object* Thread::GetPeerFromOtherThread() const { in GetPeerFromOtherThread() function in art::Thread