Searched refs:thin_lock_id (Results 1 – 4 of 4) sorted by relevance
46 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) { in DdmVmInternal_getStackTraceById() argument49 Thread* t = Runtime::Current()->GetThreadList()->FindThreadByThinLockId(thin_lock_id); in DdmVmInternal_getStackTraceById()
530 uint32_t thin_lock_id = self->thin_lock_id_; in Unregister() local532 ReleaseThreadId(self, thin_lock_id); in Unregister()597 Thread* ThreadList::FindThreadByThinLockId(uint32_t thin_lock_id) { in FindThreadByThinLockId() argument600 if (thread->GetThinLockId() == thin_lock_id) { in FindThreadByThinLockId()
102 Thread* FindThreadByThinLockId(uint32_t thin_lock_id);
74 uint16_t thin_lock_id; member3545 record->thin_lock_id = self->GetThinLockId(); in RecordAllocation()3585 LOG(INFO) << StringPrintf(" Thread %-2d %6zd bytes ", record->thin_lock_id, record->byte_count) in DumpRecentAllocations()3762 JDWP::Append2BE(bytes, record->thin_lock_id); in GetRecentAllocations()