Home
last modified time | relevance | path

Searched refs:thread_peer (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Ddebugger.cc438 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id); in DecodeThread() local
439 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() local
3372 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, &timed_out); in ScopedThreadSuspension()
Dthread.h150 mirror::Object* thread_peer)
Dthread.cc188 mirror::Object* thread_peer) { in FromManagedThread() argument
190 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer))); in FromManagedThread()