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

/art/libartbase/base/
H A Dutils.cc63 std::string GetThreadName(pid_t tid) { function in namespace:art
/art/test/912-classes/
H A Dclasses.cc305 std::string thread_name = GetThreadName(jenv, jni_env, thread);
327 std::string thread_name = GetThreadName(jenv, jni_env, thread);
334 std::string cur_thread_name = GetThreadName(jenv, jni_env, nullptr);
343 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) { function in class:art::Test912Classes::ClassLoadPreparePrinter
371 ClassLoadPreparePrinter::GetThreadName(jvmti_env, env, thread);
/art/runtime/
H A Dthread.cc457 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str());
924 MutableHandle<mirror::String> peer_thread_name(hs.NewHandle(GetThreadName()));
945 peer_thread_name.Assign(GetThreadName());
1170 mirror::String* Thread::GetThreadName() const { function in class:art::Thread
1179 void Thread::GetThreadName(std::string& name) const { function in class:art::Thread
1677 os << '"' << ::art::GetThreadName(tid) << '"'
3591 GetThread()->GetThreadName(thread_name);
H A Ddebugger.cc2094 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { function in class:art::Dbg
2102 // We still need to report the zombie threads' names, so we can't just call Thread::GetThreadName.
4514 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName()));

Completed in 106 milliseconds