Lines Matching refs:g_jit_debug_lock
98 static Mutex g_jit_debug_lock("JIT native debug entries", kNativeDebugInterfaceLock); variable
192 JITDescriptor __jit_debug_descriptor GUARDED_BY(g_jit_debug_lock) {}; in GUARDED_BY() argument
206 static std::unordered_set<const void*> g_dcheck_all_jit_functions GUARDED_BY(g_jit_debug_lock);
209 static std::vector<const void*> g_removed_jit_functions GUARDED_BY(g_jit_debug_lock);
489 REQUIRES(g_jit_debug_lock) { in RepackEntries()
568 void RepackNativeDebugInfoForJitLocked() REQUIRES(g_jit_debug_lock);
573 MutexLock mu(Thread::Current(), g_jit_debug_lock); in AddNativeDebugInfoForJit()
607 MutexLock mu(Thread::Current(), g_jit_debug_lock); in RemoveNativeDebugInfoForJit()
637 MutexLock mu(Thread::Current(), g_jit_debug_lock); in RepackNativeDebugInfoForJit()
642 MutexLock mu(Thread::Current(), g_jit_debug_lock); in GetJitMiniDebugInfoMemUsage()
651 return &g_jit_debug_lock; in GetNativeDebugInfoLock()
655 MutexLock mu(Thread::Current(), g_jit_debug_lock); in ForEachNativeDebugSymbol()