Home
last modified time | relevance | path

Searched refs:JITDebugLock (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp128 ManagedStatic<sys::Mutex> JITDebugLock; variable
148 llvm::MutexGuard locked(*JITDebugLock); in ~GDBJITRegistrationListener()
175 llvm::MutexGuard locked(*JITDebugLock); in NotifyObjectEmitted()
195 llvm::MutexGuard locked(*JITDebugLock); in NotifyFreeingObject()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp119 ManagedStatic<sys::Mutex> JITDebugLock; variable
139 llvm::MutexGuard locked(*JITDebugLock); in ~GDBJITRegistrationListener()
166 llvm::MutexGuard locked(*JITDebugLock); in NotifyObjectEmitted()
186 llvm::MutexGuard locked(*JITDebugLock); in NotifyFreeingObject()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.cpp50 sys::Mutex JITDebugLock; variable
149 MutexGuard locked(JITDebugLock); in RegisterFunction()
171 MutexGuard locked(JITDebugLock); in UnregisterFunctionInternal()