Searched refs:GetThreadId (Results 1 – 16 of 16) sorted by relevance
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 49 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById() 125 JDWP::Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
|
D | java_lang_DexCache.cc | 29 DCHECK_EQ(dex_cache->GetLockOwnerThreadId(), soa.Self()->GetThreadId()); in DexCache_getDexNative()
|
/art/runtime/ |
D | monitor.cc | 144 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()
|
D | gc_root.h | 57 uint32_t GetThreadId() const { in GetThreadId() function
|
D | thread_list.cc | 553 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()
|
D | thread.cc | 582 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()
|
D | stack.cc | 614 os << "Type=" << GetType() << " thread_id=" << GetThreadId() << " location=" << in Describe()
|
D | thread.h | 276 uint32_t GetThreadId() const { in GetThreadId() function
|
D | debugger.h | 460 static JDWP::ObjectId GetThreadId(Thread* thread) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
|
D | debugger.cc | 2366 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()
|
D | runtime.cc | 805 CHECK_EQ(self->GetThreadId(), ThreadList::kMainThreadId); in Init()
|
D | jni_internal.cc | 359 jni_on_load_thread_id_(Thread::Current()->GetThreadId()), in SharedLibrary() 384 if (jni_on_load_thread_id_ == self->GetThreadId()) { in CheckOnLoadResult()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 898 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/ |
D | hprof.cc | 1088 gc_thread_serial_number_ = root_info.GetThreadId(); in VisitRoot()
|
/art/runtime/mirror/ |
D | class.cc | 70 CHECK_EQ(GetLockOwnerThreadId(), self->GetThreadId()) in SetStatus()
|
/art/runtime/gc/ |
D | heap.cc | 2327 << " thread_id= " << root_info.GetThreadId() << " root_type= " << root_info.GetType(); in VerifyRootCallback()
|