Searched defs:thread_peer (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dthread.cc185 mirror::Object* thread_peer) {
187 Thread* result = reinterpret_cast<Thread*>(static_cast<uintptr_t>(f->GetLong(thread_peer)));
184 FromManagedThread(const ScopedObjectAccessAlreadyRunnable& soa, mirror::Object* thread_peer) argument
H A Ddebugger.cc436 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id); local
437 if (thread_peer == NULL || thread_peer == ObjectRegistry::kInvalidObject) {
443 if (!java_lang_Thread->IsAssignableFrom(thread_peer->GetClass())) {
448 thread = Thread::FromManagedThread(soa, thread_peer);
3257 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id); local
3264 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer, true, true, &timed_out);

Completed in 38 milliseconds