/art/libartpalette/apex/ |
D | palette_test.cc | 26 pid_t GetTid() { in GetTid() function 46 int32_t tid = GetTid(); in TEST_F()
|
/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 | 159 records->alloc_ddm_thread_id_ = self->GetTid(); in SetAllocTrackingEnabled() 226 if (alloc_ddm_thread_id_ == self->GetTid()) { in RecordAllocation() 248 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 | trace.cc | 821 pid_t tid = thread->GetTid(); in RegisterThread() 943 Append2LE(ptr, thread->GetTid()); in LogMethodTraceEvent() 975 Append2LE(buf2 + 3, static_cast<uint16_t>(thread->GetTid())); in LogMethodTraceEvent() 1007 os << t->GetTid() << "\t" << name << "\n"; in DumpThread() 1027 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() 1459 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Unregister()
|
D | native_stack_dump.cc | 414 if (tid == GetTid()) { in DumpKernelStack()
|
D | monitor.cc | 443 owner_->GetTid(), in Lock() 513 original_owner_tid = original_owner->GetTid(); in Lock() 992 VLOG(monitor) << "Deflated " << obj << " to thin lock " << owner->GetTid() << " / " in Deflate()
|
D | runtime_common.cc | 392 pid_t tid = GetTid(); in HandleUnexpectedSignalCommonDump()
|
D | runtime.cc | 510 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump() 522 DumpKernelStack(os, GetTid(), " kernel: ", false); in Dump() 523 DumpNativeStack(os, GetTid(), nullptr, " native: ", nullptr); in Dump() 591 DumpNativeStack(os, GetTid()); in DumpRecursiveAbort()
|
D | thread.cc | 574 tls32_.tid = ::art::GetTid(); in InitTid() 1251 bool is_main_thread = (::art::GetTid() == getpid()); in GetThreadStack() 1336 << ",tid=" << GetTid() << ','; in ShortDump() 1955 Thread::DumpState(os, this, GetTid()); in DumpState() 2177 DumpKernelStack(os, GetTid(), " kernel: ", false); in DumpStack() 2182 DumpNativeStack(os, GetTid(), backtrace_map, " native: ", method); in DumpStack()
|
D | thread.h | 390 pid_t GetTid() const { in GetTid() function 1388 << Thread::Current()->GetTid(); in SetJitSensitiveThread()
|
D | class_linker.cc | 2652 if (!h_class->IsResolved() && h_class->GetClinitThreadId() == self->GetTid()) { in EnsureResolved() 3188 klass->SetClinitThreadId(self->GetTid()); in DefineClass() 5188 DCHECK_NE(self->GetTid(), klass->GetClinitThreadId()); in InitializeClass() 5226 if (klass->GetClinitThreadId() == self->GetTid()) { in InitializeClass() 5252 << " self.tid=" << self->GetTid() << " clinit.tid=" << klass->GetClinitThreadId(); in InitializeClass() 5256 klass->SetClinitThreadId(self->GetTid()); in InitializeClass()
|
D | debugger.cc | 4870 LOG(INFO) << StringPrintf(" Thread %-2d %6zd bytes ", record->GetTid(), record->ByteCount()) in DumpRecentAllocations() 5153 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 | 691 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.h | 50 pid_t GetTid();
|
D | utils.cc | 158 pid_t GetTid() { in GetTid() function
|
/art/test/137-cfi/ |
D | cfi.cc | 136 std::unique_ptr<Backtrace> bt(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, GetTid())); in Java_Main_unwindInProcess()
|
/art/compiler/jit/ |
D | jit_logger.cc | 279 jit_code.thread_id_ = static_cast<uint32_t>(art::GetTid()); in WriteJitDumpLog()
|
/art/openjdkjvmti/ |
D | events.cc | 118 unique_thread.second == static_cast<uint32_t>(thread->GetTid())) { in GetEventMask() 125 thread_event_masks.emplace_back(UniqueThread(thread, thread->GetTid()), EventMask()); in GetEventMask() 137 unique_thread.second == static_cast<uint32_t>(thread->GetTid())) { in GetEventMaskOrNull()
|
/art/runtime/mirror/ |
D | class-inl.h | 864 CHECK_EQ(GetClinitThreadId(), self->GetTid()) in AssertInitializedOrInitializingInThread()
|
/art/runtime/hprof/ |
D | hprof.cc | 736 __ AddU4(trace->GetTid()); in WriteStackTraces()
|