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 | 238 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 …]
|
D | thread_list.cc | 221 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()
|
D | stack.cc | 816 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()
|
D | gc_root.h | 72 uint32_t GetThreadId() const { in GetThreadId() function
|
D | debugger.cc | 304 Set4BE(&buf[0], t->GetThreadId()); in DdmSendThreadNotification() 315 Append4BE(bytes, t->GetThreadId()); in DdmSendThreadNotification()
|
D | thread.cc | 1395 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()
|
D | thread.h | 501 uint32_t GetThreadId() const { in GetThreadId() function
|
D | runtime.cc | 1813 CHECK_EQ(self->GetThreadId(), ThreadList::kMainThreadId); in Init()
|
/art/runtime/native/ |
D | org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc | 55 if (static_cast<uint32_t>(thin_lock_id) == self->GetThreadId()) { in DdmVmInternal_getStackTraceById() 182 Append4BE(bytes, t->GetThreadId()); in ThreadStatsGetterCallback()
|
/art/openjdkjvmti/ |
D | ti_heap.cc | 974 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()
|
D | deopt_manager.cc | 118 stream_ << "Thread " << name << " (id: " << std::dec << self->GetThreadId() in DumpDeoptInfo()
|
D | ti_thread.cc | 137 << self->GetThreadId(); in ThreadStart()
|
D | ti_class.cc | 458 &local_update, art::RootInfo(art::kRootJNILocal, t->GetThreadId())); in FixupLocalReferenceTables()
|
D | ti_redefine.cc | 395 if (klass->GetLockOwnerThreadId() == self->GetThreadId()) { in GetClassRedefinitionError()
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 84 jni_on_load_thread_id_(self->GetThreadId()), in SharedLibrary() 125 if (jni_on_load_thread_id_ == self->GetThreadId()) { in CheckOnLoadResult()
|
/art/runtime/mirror/ |
D | class-inl.h | 1187 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetRecursivelyInitialized() 1193 DCHECK_EQ(GetLockOwnerThreadId(), Thread::Current()->GetThreadId()); in SetHasDefaultMethods()
|
D | class.cc | 175 CHECK_EQ(thiz->GetLockOwnerThreadId(), self->GetThreadId()) in CheckSetStatus()
|
/art/runtime/hprof/ |
D | hprof.cc | 1594 MarkRootObject(obj, nullptr, xlate[info.GetType()], info.GetThreadId()); in VisitRoot()
|
/art/compiler/jni/ |
D | jni_compiler_test.cc | 437 CHECK_EQ(Monitor::GetLockOwnerThreadId(lock), self->GetThreadId()); in AssertCallerObjectLocked()
|
/art/runtime/gc/ |
D | heap.cc | 3025 << " thread_id= " << root_info.GetThreadId() << " root_type= " << root_info.GetType(); in VisitRoot()
|