/art/test/004-ThreadStress/src/ |
D | Main.java | 55 final Object lock = new Object(); in main() local 175 private final Object lock; field in Main 180 private Main(Object lock, int id, Operation[] operations) { in Main()
|
/art/compiler/utils/ |
D | swap_space.cc | 105 MutexLock lock(Thread::Current(), lock_); in Alloc() local 146 MutexLock lock(Thread::Current(), lock_); in NewFileChunk() local 164 MutexLock lock(Thread::Current(), lock_); in Free() local
|
D | arena_allocator.cc | 167 MutexLock lock(self, lock_); in AllocArena() local 182 MutexLock lock(Thread::Current(), lock_); in GetBytesAllocated() local 201 MutexLock lock(self, lock_); in FreeArenaChain() local
|
/art/runtime/gc/ |
D | reference_queue.cc | 28 ReferenceQueue::ReferenceQueue(Mutex* lock) : lock_(lock), list_(nullptr) { in ReferenceQueue()
|
/art/runtime/native/ |
D | java_lang_Thread.cc | 167 mirror::Object* lock = soa.Decode<mirror::Object*>(java_lock); in Thread_sleep() local
|
/art/runtime/ |
D | class_linker.cc | 1975 ObjectLock<mirror::Class> lock(self, h_class); in EnsureResolved() local 1994 ObjectLock<mirror::Class> lock(self, h_class); in EnsureResolved() local 2258 ObjectLock<mirror::Class> lock(self, klass); in DefineClass() local 3069 ObjectLock<mirror::Class> lock(self, h_class); in InitializePrimitiveClass() local 3175 ObjectLock<mirror::Class> lock(self, new_class); // Must hold lock on object when initializing. in CreateArrayClass() local 3506 ObjectLock<mirror::Class> lock(self, klass); in VerifyClass() local 3545 ObjectLock<mirror::Class> lock(self, super); in VerifyClass() local 4112 ObjectLock<mirror::Class> lock(self, klass); in InitializeClass() local 4196 ObjectLock<mirror::Class> lock(self, klass); in InitializeClass() local 4255 ObjectLock<mirror::Class> lock(self, klass); in InitializeClass() local [all …]
|
D | profiler.cc | 472 ProfileSampleResults::ProfileSampleResults(Mutex& lock) : lock_(lock), num_samples_(0), in ProfileSampleResults()
|
D | thread.cc | 1191 mirror::Object* lock = in Destroy() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 1610 uint64_t artQuickGenericJniEndJNIRef(Thread* self, uint32_t cookie, jobject l, jobject lock) { in artQuickGenericJniEndJNIRef() 1618 void artQuickGenericJniEndJNINonRef(Thread* self, uint32_t cookie, jobject lock) { in artQuickGenericJniEndJNINonRef() 1691 jobject lock = called->IsSynchronized() ? visitor.GetFirstHandleScopeJObject() : nullptr; in artQuickGenericJniTrampoline() local 1719 jobject lock = nullptr; in artQuickGenericJniEndTrampoline() local
|
/art/runtime/arch/ |
D | stub_test.cc | 614 LockWord lock = obj->GetLockWord(false); in TEST_F() local 687 LockWord lock = obj->GetLockWord(false); in TestUnlockObject() local 749 bool lock; // Whether to lock or unlock in this step. in TestUnlockObject() local
|
/art/compiler/driver/ |
D | compiler_driver.cc | 1841 ObjectLock<mirror::Class> lock(soa.Self(), klass); in SetVerifiedClass() local 1897 ObjectLock<mirror::Class> lock(soa.Self(), h_klass); in InitializeClass() local
|
/art/compiler/utils/x86/ |
D | assembler_x86.cc | 1206 X86Assembler* X86Assembler::lock() { in lock() function in art::x86::X86Assembler
|
/art/compiler/utils/x86_64/ |
D | assembler_x86_64.cc | 1402 X86_64Assembler* X86_64Assembler::lock() { in lock() function in art::x86_64::X86_64Assembler
|