HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadName (Results 1 - 13 of 13) sorted by null

  /art/runtime/
monitor_android.cc 73 self->GetThreadName(thread_name);
runtime_linux.cc 251 std::string thread_name(GetThreadName(tid));
instrumentation.cc 158 thread->GetThreadName(thread_name);
245 thread->GetThreadName(thread_name);
thread.h 260 mirror::String* GetThreadName(const ScopedObjectAccessUnchecked& ts) const
265 void GetThreadName(std::string& name) const;
utils.h 323 std::string GetThreadName(pid_t tid);
thread.cc 163 SirtRef<mirror::String> thread_name(self, self->GetThreadName(soa));
389 SirtRef<mirror::String> peer_thread_name(soa.Self(), GetThreadName(soa));
403 peer_thread_name.reset(GetThreadName(soa));
490 mirror::String* Thread::GetThreadName(const ScopedObjectAccessUnchecked& soa) const {
495 void Thread::GetThreadName(std::string& name) const {
722 os << '"' << ::art::GetThreadName(tid) << '"'
    [all...]
debugger.h 261 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string& name)
trace.cc 677 t->GetThreadName(name);
utils.cc 72 std::string GetThreadName(pid_t tid) {
    [all...]
debugger.cc     [all...]
  /external/chromium_org/base/test/
trace_event_analyzer.h 603 const std::string& GetThreadName(const TraceEvent::ProcessThreadID& thread);
trace_event_analyzer.cc 802 const std::string& TraceAnalyzer::GetThreadName(
  /art/runtime/jdwp/
jdwp_handler.cc 935 JdwpError error = Dbg::GetThreadName(thread_id, name);
    [all...]

Completed in 2079 milliseconds