Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_peer

251   mirror::Object* thread_peer = gRegistry->Get<mirror::Object*>(thread_id);
252 if (thread_peer == NULL || thread_peer == ObjectRegistry::kInvalidObject) {
258 if (!java_lang_Thread->IsAssignableFrom(thread_peer->GetClass())) {
263 thread = Thread::FromManagedThread(soa, thread_peer);
2412 jobject thread_peer = gRegistry->GetJObject(thread_id);
2414 Thread* suspended_thread = Thread::SuspendForDebugger(thread_peer, true, &timed_out);