HomeSort by relevance Sort by last modified time
    Searched refs:GetPeerFromOtherThread (Results 1 - 9 of 9) sorted by null

  /art/openjdkjvmti/
ti_object.cc 100 jni->AddLocalReference<jthread>(info.owner_->GetPeerFromOtherThread()) : nullptr;
105 notify_wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread()));
106 wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread()));
113 wait.push_back(jni->AddLocalReference<jthread>(thd->GetPeerFromOtherThread()));
ti_threadgroup.cc 178 art::ObjPtr<art::mirror::Object> peer = t->GetPeerFromOtherThread();
ti_stack.cc 364 self, thread->GetPeerFromOtherThread());
500 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread();
566 DCHECK(self->GetPeerFromOtherThread() != nullptr);
    [all...]
ti_thread.cc 233 art::ObjPtr<art::mirror::Object> peer = target->GetPeerFromOtherThread();
598 art::ObjPtr<art::mirror::Object> peer = thread->GetPeerFromOtherThread();
    [all...]
ti_heap.cc     [all...]
  /art/runtime/native/
dalvik_system_VMStack.cc 54 if (heap_task_thread != nullptr && decoded_peer == heap_task_thread->GetPeerFromOtherThread()) {
  /art/runtime/
thread.h 400 DCHECK(Thread::Current() == this) << "Use GetPeerFromOtherThread instead";
407 mirror::Object* GetPeerFromOtherThread() const REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
debugger.cc 873 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.owner_->GetPeerFromOtherThread()));
880 expandBufAddObjectId(reply, gRegistry->Add(monitor_info.waiters_[i]->GetPeerFromOtherThread()));
    [all...]
thread.cc     [all...]

Completed in 115 milliseconds