Home
last modified time | relevance | path

Searched refs:GetThreadName (Results 1 – 20 of 20) sorted by relevance

/art/runtime/
Druntime_linux.cc32 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalLinux()
Dmonitor_android.cc73 self->GetThreadName(thread_name); in LogContentionEvent()
Dutils.h135 std::string GetThreadName(pid_t tid);
Dtrace.cc982 thread->GetThreadName(thread_name); in LogMethodTraceEvent()
1017 t->GetThreadName(name); in DumpThread()
1035 thread->GetThreadName(name); in StoreExitingThreadInfo()
Dthread-inl.h128 GetThreadName(name); in SetState()
Dthread_list.cc943 thread->GetThreadName(name); in SuspendThreadByPeer()
1053 thread->GetThreadName(name); in SuspendThreadByThreadId()
1430 self->GetThreadName(thread_name); in Unregister()
Dthread.cc437 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str()); in CreateCallback()
881 MutableHandle<mirror::String> peer_thread_name(hs.NewHandle(GetThreadName())); in CreatePeer()
902 peer_thread_name.Assign(GetThreadName()); in CreatePeer()
1127 mirror::String* Thread::GetThreadName() const { in GetThreadName() function in art::Thread
1136 void Thread::GetThreadName(std::string& name) const { in GetThreadName() function in art::Thread
1579 os << '"' << ::art::GetThreadName(tid) << '"' in DumpState()
3226 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()
Druntime_common.cc405 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalCommon()
Dinstrumentation.cc282 thread->GetThreadName(thread_name); in InstrumentationInstallStack()
391 thread->GetThreadName(thread_name); in InstrumentationRestoreStack()
Dthread.h350 mirror::String* GetThreadName() const REQUIRES_SHARED(Locks::mutator_lock_);
354 void GetThreadName(std::string& name) const;
Dmonitor.cc366 owner_->GetThreadName(name); in Lock()
412 original_owner->GetThreadName(original_owner_name); in Lock()
Dutils.cc67 std::string GetThreadName(pid_t tid) { in GetThreadName() function
Ddebugger.h429 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
Ddebugger.cc2012 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName() function in art::Dbg
4389 Handle<mirror::String> name(hs.NewHandle(t->GetThreadName())); in DdmSendThreadNotification()
/art/test/912-classes/
Dclasses.cc304 std::string thread_name = GetThreadName(jenv, jni_env, thread); in ClassLoadCallback()
326 std::string thread_name = GetThreadName(jenv, jni_env, thread); in ClassPrepareCallback()
333 std::string cur_thread_name = GetThreadName(jenv, jni_env, nullptr); in ClassPrepareCallback()
342 static std::string GetThreadName(jvmtiEnv* jenv, JNIEnv* jni_env, jthread thread) { in GetThreadName() function in art::Test912Classes::ClassLoadPreparePrinter
370 ClassLoadPreparePrinter::GetThreadName(jvmti_env, env, thread); in Java_art_Test912_enableClassLoadPreparePrintEvents()
/art/runtime/openjdkjvmti/
Dti_thread.cc83 self->GetThreadName(name); in ThreadStart()
193 self->GetThreadName(name); in GetThreadInfo()
/art/runtime/gc/
Dallocation_record.cc232 self->GetThreadName(self_name); in SetAllocTrackingEnabled()
/art/runtime/base/
Dmutex.cc480 self->GetThreadName(name1); in ExclusiveUnlock()
483 Thread::Current()->GetThreadName(name2); in ExclusiveUnlock()
/art/runtime/jdwp/
Djdwp_event.cc835 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); in LogMatchingEventsAndThread()
Djdwp_handler.cc928 JdwpError error = Dbg::GetThreadName(thread_id, &name); in TR_Name()