Searched refs:GetThreadId (Results 1 – 21 of 21) sorted by relevance
/art/runtime/ |
D | java_frame_root_info.cc | 26 os << "Type=" << GetType() << " thread_id=" << GetThreadId() << " location=" << in Describe()
|
D | monitor.cc | 160 CHECK_EQ(owner_->GetThreadId(), lw.ThinLockOwner()); in Install() 476 original_owner_thread_id = owner_->GetThreadId(); in Lock() 651 current_owner_thread_id = current_owner->GetThreadId(); in FailedUnlock() 708 owner_thread_id = owner->GetThreadId(); in Unlock() 727 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock() 987 LockWord new_lw = LockWord::FromThinLockId(owner->GetThreadId(), in Deflate() 1021 VLOG(monitor) << "monitor: thread" << owner->GetThreadId() in Inflate() 1038 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked() 1087 uint32_t thread_id = self->GetThreadId(); in MonitorEnter() 1201 FailedUnlock(h_obj.Get(), self->GetThreadId(), 0u, nullptr); in MonitorExit() [all …]
|
D | thread_list.cc | 426 runnable_thread_ids.push_back(thread->GetThreadId()); in RunEmptyCheckpoint() 487 uint32_t tid = thread->GetThreadId(); in RunEmptyCheckpoint() 1032 if (it->GetThreadId() == thread_id) { in SuspendThreadByThreadId() 1111 if (thread->GetThreadId() == thread_id) { in FindThreadByThreadId() 1448 uint32_t thin_lock_id = self->GetThreadId(); in Unregister()
|
D | gc_root.h | 72 uint32_t GetThreadId() const { in GetThreadId() function
|
D | thread.cc | 1333 if (GetThreadId() != 0) { in ShortDump() 1335 os << GetThreadId() in ShortDump() 1851 << " tid=" << thread->GetThreadId() in DumpState() 3672 return object != nullptr && object->GetLockOwnerThreadId() == GetThreadId(); in HoldsLock() 3960 const pid_t thread_id = GetThreadId(); in VisitRoots() 4043 RootCallbackVisitor visitor_to_callback(&visitor, GetThreadId()); in VerifyStackImpl()
|
D | debugger.h | 499 static JDWP::ObjectId GetThreadId(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_);
|
D | debugger.cc | 2445 return GetThreadId(Thread::Current()); in GetThreadSelfId() 2448 JDWP::ObjectId Dbg::GetThreadId(Thread* thread) { in GetThreadId() function in art::Dbg 4366 JDWP::Set4BE(&buf[0], t->GetThreadId()); in DdmSendThreadNotification() 4378 JDWP::Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification()
|
D | thread.h | 386 uint32_t GetThreadId() const { in GetThreadId() function
|
D | runtime.cc | 1495 CHECK_EQ(self->GetThreadId(), ThreadList::kMainThreadId); in Init()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 59 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById() 133 JDWP::Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
|
/art/runtime/jdwp/ |
D | jdwp_event.cc | 933 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostLocationEvent() 995 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostFieldEvent() 1088 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostThreadChange() 1178 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostException() 1251 ObjectId thread_id = Dbg::GetThreadId(basket.thread); in PostClassPrepare()
|
/art/openjdkjvmti/ |
D | deopt_manager.cc | 137 stream_ << "Thread " << name << " (id: " << std::dec << self->GetThreadId() in DumpDeoptInfo()
|
D | ti_heap.cc | 950 return art::Runtime::Current()->GetThreadList()->FindThreadByThreadId(info.GetThreadId()); in FindThread() 965 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind() 997 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind()
|
D | ti_thread.cc | 134 << self->GetThreadId(); in ThreadStart()
|
D | ti_class.cc | 455 &local_update, art::RootInfo(art::kRootJNILocal, t->GetThreadId())); in FixupLocalReferenceTables()
|
D | ti_redefine.cc | 318 if (klass->GetLockOwnerThreadId() == art::Thread::Current()->GetThreadId()) { in GetClassRedefinitionError()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 82 jni_on_load_thread_id_(self->GetThreadId()), in SharedLibrary() 123 if (jni_on_load_thread_id_ == self->GetThreadId()) { in CheckOnLoadResult()
|
/art/runtime/mirror/ |
D | class-inl.h | 1186 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetRecursivelyInitialized() 1192 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetHasDefaultMethods()
|
D | class.cc | 157 CHECK_EQ(h_this->GetLockOwnerThreadId(), self->GetThreadId()) in SetStatus()
|
/art/runtime/hprof/ |
D | hprof.cc | 1595 MarkRootObject(obj, nullptr, xlate[info.GetType()], info.GetThreadId()); in VisitRoot()
|
/art/runtime/gc/ |
D | heap.cc | 2985 << " thread_id= " << root_info.GetThreadId() << " root_type= " << root_info.GetType(); in VisitRoot()
|