Home
last modified time | relevance | path

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

/art/runtime/
Djava_frame_root_info.cc26 os << "Type=" << GetType() << " thread_id=" << GetThreadId() << " location=" << in Describe()
Dmonitor.cc160 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 …]
Dthread_list.cc426 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()
Dgc_root.h72 uint32_t GetThreadId() const { in GetThreadId() function
Dthread.cc1333 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()
Ddebugger.h499 static JDWP::ObjectId GetThreadId(Thread* thread) REQUIRES_SHARED(Locks::mutator_lock_);
Ddebugger.cc2445 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()
Dthread.h386 uint32_t GetThreadId() const { in GetThreadId() function
Druntime.cc1495 CHECK_EQ(self->GetThreadId(), ThreadList::kMainThreadId); in Init()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc59 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById()
133 JDWP::Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
/art/runtime/jdwp/
Djdwp_event.cc933 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/
Ddeopt_manager.cc137 stream_ << "Thread " << name << " (id: " << std::dec << self->GetThreadId() in DumpDeoptInfo()
Dti_heap.cc950 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()
Dti_thread.cc134 << self->GetThreadId(); in ThreadStart()
Dti_class.cc455 &local_update, art::RootInfo(art::kRootJNILocal, t->GetThreadId())); in FixupLocalReferenceTables()
Dti_redefine.cc318 if (klass->GetLockOwnerThreadId() == art::Thread::Current()->GetThreadId()) { in GetClassRedefinitionError()
/art/runtime/jni/
Djava_vm_ext.cc82 jni_on_load_thread_id_(self->GetThreadId()), in SharedLibrary()
123 if (jni_on_load_thread_id_ == self->GetThreadId()) { in CheckOnLoadResult()
/art/runtime/mirror/
Dclass-inl.h1186 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetRecursivelyInitialized()
1192 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetHasDefaultMethods()
Dclass.cc157 CHECK_EQ(h_this->GetLockOwnerThreadId(), self->GetThreadId()) in SetStatus()
/art/runtime/hprof/
Dhprof.cc1595 MarkRootObject(obj, nullptr, xlate[info.GetType()], info.GetThreadId()); in VisitRoot()
/art/runtime/gc/
Dheap.cc2985 << " thread_id= " << root_info.GetThreadId() << " root_type= " << root_info.GetType(); in VisitRoot()