Home | History | Annotate | Download | only in runtime

Lines Matching refs:peer

887                                        jobject peer) {
891 peer, WellKnownClasses::java_lang_Thread_name)));
894 LOG(severity) << message << ": " << peer;
897 LOG(severity) << message << ": " << peer << ":" << scoped_name_chars.c_str();
901 Thread* ThreadList::SuspendThreadByPeer(jobject peer,
921 thread = Thread::FromManagedThread(soa, peer);
925 // If we incremented the suspend count but the thread reset its peer, we need to
937 peer);
978 ATRACE_BEGIN(StringPrintf("SuspendThreadByPeer suspended %s for peer=%p", name.c_str(),
979 peer).c_str());
988 peer);