Home
last modified time | relevance | path

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

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc49 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById()
125 JDWP::Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
Djava_lang_DexCache.cc29 DCHECK_EQ(dex_cache->GetLockOwnerThreadId(), soa.Self()->GetThreadId()); in DexCache_getDexNative()
/art/runtime/
Dmonitor.cc144 CHECK_EQ(owner_->GetThreadId(), lw.ThinLockOwner()); in Install()
635 obj->SetLockWord(LockWord::FromThinLockId(owner->GetThreadId(), monitor->lock_count_), false); in Deflate()
661 VLOG(monitor) << "monitor: thread" << owner->GetThreadId() in Inflate()
678 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()
723 uint32_t thread_id = self->GetThreadId(); in MonitorEnter()
799 uint32_t thread_id = self->GetThreadId(); in MonitorExit()
846 uint32_t thread_id = self->GetThreadId(); in Wait()
881 uint32_t thread_id = self->GetThreadId(); in DoNotify()
1106 return owner->GetThreadId(); in GetOwnerThreadId()
Dgc_root.h57 uint32_t GetThreadId() const { in GetThreadId() function
Dthread_list.cc553 if (it->GetThreadId() == thread_id) { in SuspendThreadByThreadId()
609 if (thread->GetThreadId() == thin_lock_id) { in FindThreadByThreadId()
896 uint32_t thin_lock_id = self->GetThreadId(); in Unregister()
Dthread.cc582 if (GetThreadId() != 0) { in ShortDump()
584 os << GetThreadId() in ShortDump()
791 << " tid=" << thread->GetThreadId() in DumpState()
2030 return object->GetLockOwnerThreadId() == GetThreadId(); in HoldsLock()
2190 uint32_t thread_id = GetThreadId(); in VisitRoots()
2255 RootCallbackVisitor visitorToCallback(VerifyRoot, Runtime::Current()->GetHeap(), GetThreadId()); in VerifyStackImpl()
Dstack.cc614 os << "Type=" << GetType() << " thread_id=" << GetThreadId() << " location=" << in Describe()
Dthread.h276 uint32_t GetThreadId() const { in GetThreadId() function
Ddebugger.h460 static JDWP::ObjectId GetThreadId(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Ddebugger.cc2366 return GetThreadId(Thread::Current()); in GetThreadSelfId()
2369 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { in GetThreadId() function in art::Dbg
3983 JDWP::Set4BE(&buf[0], t->GetThreadId()); in DdmSendThreadNotification()
3994 JDWP::Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification()
4584 record->SetThinLockId(self->GetThreadId()); in RecordAllocation()
Druntime.cc805 CHECK_EQ(self->GetThreadId(), ThreadList::kMainThreadId); in Init()
Djni_internal.cc359 jni_on_load_thread_id_(Thread::Current()->GetThreadId()), in SharedLibrary()
384 if (jni_on_load_thread_id_ == self->GetThreadId()) { in CheckOnLoadResult()
/art/runtime/jdwp/
Djdwp_event.cc898 thread_id = Dbg::GetThreadId(basket.thread); in PostLocationEvent()
974 thread_id = Dbg::GetThreadId(basket.thread); in PostFieldEvent()
1075 thread_id = Dbg::GetThreadId(basket.thread); in PostThreadChange()
1179 thread_id = Dbg::GetThreadId(basket.thread); in PostException()
1264 thread_id = Dbg::GetThreadId(basket.thread); in PostClassPrepare()
/art/runtime/hprof/
Dhprof.cc1088 gc_thread_serial_number_ = root_info.GetThreadId(); in VisitRoot()
/art/runtime/mirror/
Dclass.cc70 CHECK_EQ(GetLockOwnerThreadId(), self->GetThreadId()) in SetStatus()
/art/runtime/gc/
Dheap.cc2327 << " thread_id= " << root_info.GetThreadId() << " root_type= " << root_info.GetType(); in VerifyRootCallback()