Home | History | Annotate | Download | only in runtime

Lines Matching refs:peer

853                                        jobject peer) {
857 peer, WellKnownClasses::java_lang_Thread_name)));
860 LOG(severity) << message << ": " << peer;
863 LOG(severity) << message << ": " << peer << ":" << scoped_name_chars.c_str();
867 Thread* ThreadList::SuspendThreadByPeer(jobject peer,
887 thread = Thread::FromManagedThread(soa, peer);
891 // If we incremented the suspend count but the thread reset its peer, we need to
903 peer);
944 ATRACE_BEGIN(StringPrintf("SuspendThreadByPeer suspended %s for peer=%p", name.c_str(),
945 peer).c_str());
954 peer);