Home
last modified time | relevance | path

Searched refs:thin_lock_id (Results 1 – 4 of 4) sorted by relevance

/art/runtime/native/
Dorg_apache_harmony_dalvik_ddmc_DdmVmInternal.cc46 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) { in DdmVmInternal_getStackTraceById() argument
49 Thread* t = Runtime::Current()->GetThreadList()->FindThreadByThinLockId(thin_lock_id); in DdmVmInternal_getStackTraceById()
/art/runtime/
Dthread_list.cc530 uint32_t thin_lock_id = self->thin_lock_id_; in Unregister() local
532 ReleaseThreadId(self, thin_lock_id); in Unregister()
597 Thread* ThreadList::FindThreadByThinLockId(uint32_t thin_lock_id) { in FindThreadByThinLockId() argument
600 if (thread->GetThinLockId() == thin_lock_id) { in FindThreadByThinLockId()
Dthread_list.h102 Thread* FindThreadByThinLockId(uint32_t thin_lock_id);
Ddebugger.cc74 uint16_t thin_lock_id; member
3545 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()