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.cc170 self->SetThreadName(self->GetThreadName(soa)->ToModifiedUtf8().c_str());
461 Handle<mirror::String> peer_thread_name(hs.NewHandle(GetThreadName(soa)));
472 peer_thread_name.Assign(GetThreadName(soa));
599 mirror::String* Thread::GetThreadName(const ScopedObjectAccessAlreadyRunnable& soa) const { function in class:art::Thread
604 void Thread::GetThreadName(std::string& name) const { function in class:art::Thread
798 os << '"' << ::art::GetThreadName(tid) << '"'
H A Ddebugger.cc1972 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string& name) { function in class:art::Dbg
1981 // We still need to report the zombie threads' names, so we can't just call Thread::GetThreadName.
3989 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName(soa)));

Completed in 85 milliseconds