Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.h73 Mutex* GetNativeDebugInfoLock();
Ddebugger_interface.cc647 Mutex* GetNativeDebugInfoLock() { in GetNativeDebugInfoLock() function
/art/test/137-cfi/
Dcfi.cc101 MutexLock mu(Thread::Current(), *GetNativeDebugInfoLock()); // Avoid races with the JIT thread. in Java_Main_sigstop()
150 MutexLock mu(Thread::Current(), *GetNativeDebugInfoLock()); // Avoid races with the JIT thread. in Java_Main_unwindInProcess()