HomeSort by relevance Sort by last modified time
    Searched refs:thin_lock_id (Results 1 - 4 of 4) sorted by null

  /art/runtime/native/
org_apache_harmony_dalvik_ddmc_DdmVmInternal.cc 46 static jobjectArray DdmVmInternal_getStackTraceById(JNIEnv* env, jclass, jint thin_lock_id) {
49 Thread* t = Runtime::Current()->GetThreadList()->FindThreadByThinLockId(thin_lock_id);
  /art/runtime/
thread_list.cc 530 uint32_t thin_lock_id = self->thin_lock_id_; local
532 ReleaseThreadId(self, thin_lock_id);
597 Thread* ThreadList::FindThreadByThinLockId(uint32_t thin_lock_id) {
600 if (thread->GetThinLockId() == thin_lock_id) {
thread_list.h 102 Thread* FindThreadByThinLockId(uint32_t thin_lock_id);
debugger.cc 74 uint16_t thin_lock_id; member in struct:art::AllocRecord
    [all...]

Completed in 81 milliseconds