/art/runtime/gc/ |
D | allocation_record.h | 88 pid_t GetTid() const { in GetTid() function 133 size_t result = r.GetTid() * AllocRecordStackTrace::kHashMultiplier + depth; in operator() 174 pid_t GetTid() const { in GetTid() function 175 return trace_.GetTid(); in GetTid()
|
D | allocation_record.cc | 236 records->alloc_ddm_thread_id_ = self->GetTid(); in SetAllocTrackingEnabled() 288 if (alloc_ddm_thread_id_ == self->GetTid()) { in RecordAllocation() 310 trace.SetTid(self->GetTid()); in RecordAllocation()
|
/art/runtime/ |
D | runtime_common.h | 45 DumpNativeStack(os, GetTid(), nullptr, "\t", nullptr, raw_context_, false); in Dump()
|
D | runtime_linux.cc | 38 pid_t tid = GetTid(); in HandleUnexpectedSignalLinux()
|
D | thread_android.cc | 56 pid_t tid = GetTid(); in SetNativePriority()
|
D | trace.cc | 876 pid_t tid = thread->GetTid(); in RegisterThread() 977 Append2LE(ptr, thread->GetTid()); in LogMethodTraceEvent() 1009 Append2LE(buf2 + 3, static_cast<uint16_t>(thread->GetTid())); in LogMethodTraceEvent() 1041 os << t->GetTid() << "\t" << name << "\n"; in DumpThread() 1061 the_trace_->exited_threads_.Overwrite(thread->GetTid(), name); in StoreExitingThreadInfo()
|
D | thread_list.cc | 124 if (thread->GetTid() == tid) { in Contains() 139 os << "DUMPING THREAD " << thread->GetTid() << "\n"; in DumpNativeStacks() 140 DumpNativeStack(os, thread->GetTid(), map.get(), "\t"); in DumpNativeStacks() 1468 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Unregister()
|
D | native_stack_dump.cc | 388 if (tid == GetTid()) { in DumpKernelStack()
|
D | runtime.cc | 455 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump() 467 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump() 468 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump() 522 DumpNativeStack(os, GetTid()); in DumpRecursiveAbort() 583 syscall(__NR_tgkill, getpid(), GetTid(), SIGABRT); in Abort()
|
D | monitor.cc | 439 owner_->GetTid(), in Lock() 509 original_owner_tid = original_owner->GetTid(); in Lock() 936 VLOG(monitor) << "Deflated " << obj << " to thin lock " << owner->GetTid() << " / " in Deflate()
|
D | runtime_common.cc | 406 pid_t tid = GetTid(); in HandleUnexpectedSignalCommon()
|
D | thread.h | 382 pid_t GetTid() const { in GetTid() function 1371 << Thread::Current()->GetTid(); in SetJitSensitiveThread()
|
D | thread.cc | 417 tls32_.tid = ::art::GetTid(); in InitTid() 1060 bool is_main_thread = (::art::GetTid() == getpid()); in GetThreadStack() 1155 << ",tid=" << GetTid() << ','; in ShortDump() 1765 Thread::DumpState(os, this, GetTid()); in DumpState() 1988 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack() 1993 DumpNativeStack(os, GetTid(), backtrace_map, " native: ", method); in DumpStack()
|
D | class_linker.cc | 2337 if (!h_class->IsResolved() && h_class->GetClinitThreadId() == self->GetTid()) { in EnsureResolved() 2741 klass->SetClinitThreadId(self->GetTid()); in DefineClass() 4696 DCHECK_NE(self->GetTid(), klass->GetClinitThreadId()); in InitializeClass() 4731 if (klass->GetClinitThreadId() == self->GetTid()) { in InitializeClass() 4757 << " self.tid=" << self->GetTid() << " clinit.tid=" << klass->GetClinitThreadId(); in InitializeClass() 4761 klass->SetClinitThreadId(self->GetTid()); in InitializeClass()
|
D | debugger.cc | 5012 LOG(INFO) << StringPrintf(" Thread %-2d %6zd bytes ", record->GetTid(), record->ByteCount()) in DumpRecentAllocations() 5295 JDWP::Append2BE(bytes, static_cast<uint16_t>(record->GetTid())); in GetRecentAllocations()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 130 GetTaskStats(t->GetTid(), &native_thread_state, &utime, &stime, &task_cpu); in ThreadStatsGetterCallback() 135 JDWP::Append4BE(bytes, t->GetTid()); in ThreadStatsGetterCallback()
|
D | dalvik_system_VMRuntime.cc | 677 pid_t tid = self->GetTid(); in VMRuntime_setSystemDaemonThreadPriority()
|
/art/runtime/base/ |
D | mutex-inl.h | 53 return self->GetTid(); in SafeGetTid() 55 return GetTid(); in SafeGetTid()
|
/art/libartbase/base/ |
D | utils.cc | 51 pid_t GetTid() { in GetTid() function
|
D | utils.h | 78 pid_t GetTid();
|
/art/test/137-cfi/ |
D | cfi.cc | 116 std::unique_ptr<Backtrace> bt(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, GetTid())); in Java_Main_unwindInProcess()
|
/art/compiler/jit/ |
D | jit_logger.cc | 280 jit_code.thread_id_ = static_cast<uint32_t>(art::GetTid()); in WriteJitDumpLog()
|
/art/openjdkjvmti/ |
D | events.cc | 113 unique_thread.second == static_cast<uint32_t>(thread->GetTid())) { in GetEventMask() 120 thread_event_masks.emplace_back(UniqueThread(thread, thread->GetTid()), EventMask()); in GetEventMask() 132 unique_thread.second == static_cast<uint32_t>(thread->GetTid())) { in GetEventMaskOrNull()
|
/art/runtime/mirror/ |
D | class-inl.h | 896 CHECK_EQ(GetClinitThreadId(), self->GetTid()) << PrettyClass() in AssertInitializedOrInitializingInThread()
|
/art/runtime/hprof/ |
D | hprof.cc | 735 __ AddU4(trace->GetTid()); in WriteStackTraces()
|