Searched refs:GetThreadName (Results 1 – 20 of 20) sorted by relevance
/art/runtime/ |
D | runtime_linux.cc | 32 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalLinux()
|
D | monitor_android.cc | 73 self->GetThreadName(thread_name); in LogContentionEvent()
|
D | utils.h | 135 std::string GetThreadName(pid_t tid);
|
D | trace.cc | 982 thread->GetThreadName(thread_name); in LogMethodTraceEvent() 1017 t->GetThreadName(name); in DumpThread() 1035 thread->GetThreadName(name); in StoreExitingThreadInfo()
|
D | thread-inl.h | 128 GetThreadName(name); in SetState()
|
D | thread_list.cc | 943 thread->GetThreadName(name); in SuspendThreadByPeer() 1053 thread->GetThreadName(name); in SuspendThreadByThreadId() 1430 self->GetThreadName(thread_name); in Unregister()
|
D | thread.cc | 437 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()
|
D | runtime_common.cc | 405 std::string thread_name(GetThreadName(tid)); in HandleUnexpectedSignalCommon()
|
D | instrumentation.cc | 282 thread->GetThreadName(thread_name); in InstrumentationInstallStack() 391 thread->GetThreadName(thread_name); in InstrumentationRestoreStack()
|
D | thread.h | 350 mirror::String* GetThreadName() const REQUIRES_SHARED(Locks::mutator_lock_); 354 void GetThreadName(std::string& name) const;
|
D | monitor.cc | 366 owner_->GetThreadName(name); in Lock() 412 original_owner->GetThreadName(original_owner_name); in Lock()
|
D | utils.cc | 67 std::string GetThreadName(pid_t tid) { in GetThreadName() function
|
D | debugger.h | 429 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
|
D | debugger.cc | 2012 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/ |
D | classes.cc | 304 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/ |
D | ti_thread.cc | 83 self->GetThreadName(name); in ThreadStart() 193 self->GetThreadName(name); in GetThreadInfo()
|
/art/runtime/gc/ |
D | allocation_record.cc | 232 self->GetThreadName(self_name); in SetAllocTrackingEnabled()
|
/art/runtime/base/ |
D | mutex.cc | 480 self->GetThreadName(name1); in ExclusiveUnlock() 483 Thread::Current()->GetThreadName(name2); in ExclusiveUnlock()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 835 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); in LogMatchingEventsAndThread()
|
D | jdwp_handler.cc | 928 JdwpError error = Dbg::GetThreadName(thread_id, &name); in TR_Name()
|