Home
last modified time | relevance | path

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

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