Searched refs:thread_peer (Results 1 – 3 of 3) sorted by relevance
438 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id); in DecodeThread() local439 if (thread_peer == NULL || thread_peer == ObjectRegistry::kInvalidObject) { in DecodeThread()445 if (!java_lang_Thread->IsAssignableFrom(thread_peer->GetClass())) { in DecodeThread()450 thread = Thread::FromManagedThread(soa, thread_peer); in DecodeThread()3365 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id); in ScopedThreadSuspension() local3372 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, &timed_out); in ScopedThreadSuspension()
150 mirror::Object* thread_peer)
188 mirror::Object* thread_peer) { in FromManagedThread() argument190 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer))); in FromManagedThread()