Searched defs:GetThreadName (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Dutils.cc75 std::string GetThreadName(pid_t tid) { function in namespace:art
H A Dthread.cc445 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 { function in class:art::Thread
966 void Thread::GetThreadName(std::string& name) const { function in class:art::Thread
1276 os << '"' << ::art::GetThreadName(tid) << '"'
H A Ddebugger.cc1956 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { function in class:art::Dbg
1964 // We still need to report the zombie threads' names, so we can't just call Thread::GetThreadName.
4315 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName(soa)));

Completed in 330 milliseconds