Home
last modified time | relevance | path

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

/art/runtime/
Druntime_linux.cc39 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalLinux()
Dmonitor_android.cc63 self->GetThreadName(thread_name); in LogContentionEvent()
Dutils.h135 std::string GetThreadName(pid_t tid);
Dthread-inl.h108 GetThreadName(name); in SetState()
Dtrace.cc989 thread->GetThreadName(thread_name); in LogMethodTraceEvent()
1024 t->GetThreadName(name); in DumpThread()
1042 thread->GetThreadName(name); in StoreExitingThreadInfo()
Dthread_list.cc966 thread->GetThreadName(name); in SuspendThreadByPeer()
1076 thread->GetThreadName(name); in SuspendThreadByThreadId()
1455 self->GetThreadName(thread_name); in Unregister()
Druntime_common.cc404 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalCommon()
Dthread.cc441 self->SetThreadName(self->GetThreadName()->ToModifiedUtf8().c_str()); in CreateCallback()
905 MutableHandle<mirror::String> peer_thread_name(hs.NewHandle(GetThreadName())); in CreatePeer()
926 peer_thread_name.Assign(GetThreadName()); in CreatePeer()
1151 mirror::String* Thread::GetThreadName() const { in GetThreadName() function in art::Thread
1160 void Thread::GetThreadName(std::string& name) const { in GetThreadName() function in art::Thread
1653 os << '"' << ::art::GetThreadName(tid) << '"' in DumpState()
3302 GetThread()->GetThreadName(thread_name); in VisitQuickFrameWithVregCallback()
Dinstrumentation.cc309 thread->GetThreadName(thread_name); in InstrumentationInstallStack()
418 thread->GetThreadName(thread_name); in InstrumentationRestoreStack()
Dthread.h359 mirror::String* GetThreadName() const REQUIRES_SHARED(Locks::mutator_lock_);
363 void GetThreadName(std::string& name) const;
Dmonitor.cc371 owner_->GetThreadName(name); in Lock()
438 original_owner->GetThreadName(original_owner_name); in Lock()
Dutils.cc68 std::string GetThreadName(pid_t tid) { in GetThreadName() function
Ddebugger.h429 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
Ddebugger.cc2018 JDWP::JdwpError Dbg::GetThreadName(JDWP::ObjectId thread_id, std::string* name) { in GetThreadName() function in art::Dbg
4401 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/gc/
Dallocation_record.cc233 self->GetThreadName(self_name); in SetAllocTrackingEnabled()
/art/runtime/openjdkjvmti/
Dti_thread.cc83 self->GetThreadName(name); in ThreadStart()
204 self->GetThreadName(name); in GetThreadInfo()
/art/runtime/base/
Dmutex.cc500 self->GetThreadName(name1); in ExclusiveUnlock()
503 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()