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.cc238 CHECK_EQ(owner->GetThreadId(), lw.ThinLockOwner()); in Install()
696 current_owner_thread_id = current_owner->GetThreadId(); in FailedUnlock()
772 owner_thread_id = owner->GetThreadId(); in Unlock()
775 FailedUnlock(GetObject(), self->GetThreadId(), owner_thread_id, this); in Unlock()
1044 VLOG(monitor) << "monitor: thread" << owner->GetThreadId() in Inflate()
1061 if (owner_thread_id == self->GetThreadId()) { in InflateThinLocked()
1110 uint32_t thread_id = self->GetThreadId(); in MonitorEnter()
1225 FailedUnlock(h_obj.Get(), self->GetThreadId(), 0u, nullptr); in MonitorExit()
1228 uint32_t thread_id = self->GetThreadId(); in MonitorExit()
1300 uint32_t thread_id = self->GetThreadId(); in Wait()
[all …]
Dthread_list.cc221 std::pair<Thread::DumpOrder, uint32_t> sort_key(dump_order, thread->GetThreadId()); in Run()
433 runnable_thread_ids.push_back(thread->GetThreadId()); in RunEmptyCheckpoint()
494 uint32_t tid = thread->GetThreadId(); in RunEmptyCheckpoint()
1042 if (it->GetThreadId() == thread_id) { in SuspendThreadByThreadId()
1121 if (thread->GetThreadId() == thread_id) { in FindThreadByThreadId()
1338 uint32_t thin_lock_id = self->GetThreadId(); in Unregister()
Dstack.cc816 LOG(INFO) << "Tid=" << thread_-> GetThreadId() in WalkStack()
880 LOG(INFO) << "Early print: Tid=" << thread_-> GetThreadId() << ", method: " in WalkStack()
924 LOG(INFO) << "Tid=" << thread_-> GetThreadId() << ", method: " in WalkStack()
947 LOG(INFO) << "Tid=" << thread_-> GetThreadId() << ", method: " in WalkStack()
Dgc_root.h72 uint32_t GetThreadId() const { in GetThreadId() function
Ddebugger.cc304 Set4BE(&buf[0], t->GetThreadId()); in DdmSendThreadNotification()
315 Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification()
Dthread.cc1395 if (GetThreadId() != 0) { in ShortDump()
1397 os << GetThreadId() in ShortDump()
2011 << " tid=" << thread->GetThreadId() in DumpState()
4009 return object != nullptr && object->GetLockOwnerThreadId() == GetThreadId(); in HoldsLock()
4397 const uint32_t thread_id = GetThreadId(); in VisitRoots()
4554 RootCallbackVisitor visitor_to_callback(&visitor, GetThreadId()); in VerifyStackImpl()
Dthread.h501 uint32_t GetThreadId() const { in GetThreadId() function
Druntime.cc1813 CHECK_EQ(self->GetThreadId(), ThreadList::kMainThreadId); in Init()
/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc55 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById()
182 Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
/art/openjdkjvmti/
Dti_heap.cc974 return art::Runtime::Current()->GetThreadList()->FindThreadByThreadId(info.GetThreadId()); in FindThread()
989 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind()
1021 uint32_t thread_id = info.GetThreadId(); in GetReferenceKind()
1722 threads_with_roots_.insert(info.GetThreadId()); in ReplaceStrongRoots()
1749 threads_with_roots_.insert(info.GetThreadId()); in ReplaceStrongRoots()
Ddeopt_manager.cc118 stream_ << "Thread " << name << " (id: " << std::dec << self->GetThreadId() in DumpDeoptInfo()
Dti_thread.cc137 << self->GetThreadId(); in ThreadStart()
Dti_class.cc458 &local_update, art::RootInfo(art::kRootJNILocal, t->GetThreadId())); in FixupLocalReferenceTables()
Dti_redefine.cc395 if (klass->GetLockOwnerThreadId() == self->GetThreadId()) { in GetClassRedefinitionError()
/art/runtime/jni/
Djava_vm_ext.cc84 jni_on_load_thread_id_(self->GetThreadId()), in SharedLibrary()
125 if (jni_on_load_thread_id_ == self->GetThreadId()) { in CheckOnLoadResult()
/art/runtime/mirror/
Dclass-inl.h1187 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetRecursivelyInitialized()
1193 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetHasDefaultMethods()
Dclass.cc175 CHECK_EQ(thiz->GetLockOwnerThreadId(), self->GetThreadId()) in CheckSetStatus()
/art/runtime/hprof/
Dhprof.cc1594 MarkRootObject(obj, nullptr, xlate[info.GetType()], info.GetThreadId()); in VisitRoot()
/art/compiler/jni/
Djni_compiler_test.cc437 CHECK_EQ(Monitor::GetLockOwnerThreadId(lock), self->GetThreadId()); in AssertCallerObjectLocked()
/art/runtime/gc/
Dheap.cc3025 << " thread_id= " << root_info.GetThreadId() << " root_type= " << root_info.GetType(); in VisitRoot()