Home | History | Annotate | Download | only in runtime

Lines Matching refs:thread_peer

402   mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error);
403 if (thread_peer == nullptr) {
411 if (!java_lang_Thread->IsAssignableFrom(thread_peer->GetClass())) {
418 Thread* thread = Thread::FromManagedThread(soa, thread_peer);
3697 jobject thread_peer = Dbg::GetObjectRegistry()->GetJObject(thread_id);
3700 suspended_thread = thread_list->SuspendThreadByPeer(thread_peer,