Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetThreadName

445     self->SetThreadName(self->GetThreadName(soa)->ToModifiedUtf8().c_str());
849 MutableHandle<mirror::String> peer_thread_name(hs.NewHandle(GetThreadName(soa)));
860 peer_thread_name.Assign(GetThreadName(soa));
960 mirror::String* Thread::GetThreadName(const ScopedObjectAccessAlreadyRunnable& soa) const {
966 void Thread::GetThreadName(std::string& name) const {
1276 os << '"' << ::art::GetThreadName(tid) << '"'