Home
last modified time | relevance | path

Searched refs:GetThreadId (Results 1 – 19 of 19) sorted by relevance

/art/runtime/
Djava_frame_root_info.cc26 os << "Type=" << GetType() << " thread_id=" << GetThreadId() << " location=" << in Describe()
Dmonitor.cc238 CHECK_EQ(owner->GetThreadId(), lw.ThinLockOwner()); in Install()
475 const uint32_t orig_owner_thread_id = orig_owner->GetThreadId(); in Lock()
695 current_owner_thread_id = current_owner->GetThreadId(); in FailedUnlock()
771 owner_thread_id = owner->GetThreadId(); in Unlock()
774 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock()
1041 VLOG(monitor) << "monitor: thread" << owner->GetThreadId() in Inflate()
1058 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()
1107 uint32_t thread_id = self->GetThreadId(); in MonitorEnter()
1222 FailedUnlock(h_obj.Get(), self->GetThreadId(), 0u, nullptr); in MonitorExit()
1225 uint32_t thread_id = self->GetThreadId(); in MonitorExit()
[all …]
Dthread_list.cc418 runnable_thread_ids.push_back(thread->GetThreadId()); in RunEmptyCheckpoint()
479 uint32_t tid = thread->GetThreadId(); in RunEmptyCheckpoint()
1018 if (it->GetThreadId() == thread_id) { in SuspendThreadByThreadId()
1097 if (thread->GetThreadId() == thread_id) { in FindThreadByThreadId()
1311 uint32_t thin_lock_id = self->GetThreadId(); in Unregister()
Dgc_root.h72 uint32_t GetThreadId() const { in GetThreadId() function
Ddebugger.cc313 Set4BE(&buf[0], t->GetThreadId()); in DdmSendThreadNotification()
324 Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification()
Dthread.cc1354 if (GetThreadId() != 0) { in ShortDump()
1356 os << GetThreadId() in ShortDump()
1873 << " tid=" << thread->GetThreadId() in DumpState()
3750 return object != nullptr && object->GetLockOwnerThreadId() == GetThreadId(); in HoldsLock()
4129 const uint32_t thread_id = GetThreadId(); in VisitRoots()
4244 RootCallbackVisitor visitor_to_callback(&visitor, GetThreadId()); in VerifyStackImpl()
Dthread.h415 uint32_t GetThreadId() const { in GetThreadId() function
Druntime.cc1731 CHECK_EQ(self->GetThreadId(), ThreadList::kMainThreadId); in Init()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc55 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById()
180 Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
/art/openjdkjvmti/
Dti_heap.cc976 return art::Runtime::Current()->GetThreadList()->FindThreadByThreadId(info.GetThreadId()); in FindThread()
991 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind()
1023 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind()
1724 threads_with_roots_.insert(info.GetThreadId()); in ReplaceStrongRoots()
1751 threads_with_roots_.insert(info.GetThreadId()); in ReplaceStrongRoots()
Ddeopt_manager.cc137 stream_ << "Thread " << name << " (id: " << std::dec << self->GetThreadId() in DumpDeoptInfo()
Dti_thread.cc136 << self->GetThreadId(); in ThreadStart()
Dti_class.cc461 &local_update, art::RootInfo(art::kRootJNILocal, t->GetThreadId())); in FixupLocalReferenceTables()
Dti_redefine.cc394 if (klass->GetLockOwnerThreadId() == self->GetThreadId()) { in GetClassRedefinitionError()
/art/runtime/jni/
Djava_vm_ext.cc84 jni_on_load_thread_id_(self->GetThreadId()), in SharedLibrary()
125 if (jni_on_load_thread_id_ == self->GetThreadId()) { in CheckOnLoadResult()
/art/runtime/mirror/
Dclass-inl.h1208 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetRecursivelyInitialized()
1214 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetHasDefaultMethods()
Dclass.cc176 CHECK_EQ(thiz->GetLockOwnerThreadId(), self->GetThreadId()) in CheckSetStatus()
/art/runtime/hprof/
Dhprof.cc1594 MarkRootObject(obj, nullptr, xlate[info.GetType()], info.GetThreadId()); in VisitRoot()
/art/runtime/gc/
Dheap.cc2891 << " thread_id= " << root_info.GetThreadId() << " root_type= " << root_info.GetType(); in VisitRoot()