Home | History | Annotate | Download | only in runtime

Lines Matching defs:GetThreadName

1956 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) {
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)));