Searched refs:GetThreadId (Results 1 – 19 of 19) sorted by relevance
/art/runtime/ |
D | java_frame_root_info.cc | 26 os << "Type=" << GetType() << " thread_id=" << GetThreadId() << " location=" << in Describe()
|
D | monitor.cc | 238 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 …]
|
D | thread_list.cc | 418 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()
|
D | gc_root.h | 72 uint32_t GetThreadId() const { in GetThreadId() function
|
D | debugger.cc | 313 Set4BE(&buf[0], t->GetThreadId()); in DdmSendThreadNotification() 324 Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification()
|
D | thread.cc | 1354 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()
|
D | thread.h | 415 uint32_t GetThreadId() const { in GetThreadId() function
|
D | runtime.cc | 1731 CHECK_EQ(self->GetThreadId(), ThreadList::kMainThreadId); in Init()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 55 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById() 180 Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 976 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()
|
D | deopt_manager.cc | 137 stream_ << "Thread " << name << " (id: " << std::dec << self->GetThreadId() in DumpDeoptInfo()
|
D | ti_thread.cc | 136 << self->GetThreadId(); in ThreadStart()
|
D | ti_class.cc | 461 &local_update, art::RootInfo(art::kRootJNILocal, t->GetThreadId())); in FixupLocalReferenceTables()
|
D | ti_redefine.cc | 394 if (klass->GetLockOwnerThreadId() == self->GetThreadId()) { in GetClassRedefinitionError()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 84 jni_on_load_thread_id_(self->GetThreadId()), in SharedLibrary() 125 if (jni_on_load_thread_id_ == self->GetThreadId()) { in CheckOnLoadResult()
|
/art/runtime/mirror/ |
D | class-inl.h | 1208 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetRecursivelyInitialized() 1214 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetHasDefaultMethods()
|
D | class.cc | 176 CHECK_EQ(thiz->GetLockOwnerThreadId(), self->GetThreadId()) in CheckSetStatus()
|
/art/runtime/hprof/ |
D | hprof.cc | 1594 MarkRootObject(obj, nullptr, xlate[info.GetType()], info.GetThreadId()); in VisitRoot()
|
/art/runtime/gc/ |
D | heap.cc | 2891 << " thread_id= " << root_info.GetThreadId() << " root_type= " << root_info.GetType(); in VisitRoot()
|