Searched refs:g_jit_debug_lock (Results 1 – 1 of 1) sorted by relevance
98 static Mutex g_jit_debug_lock("JIT native debug entries", kNativeDebugInterfaceLock); variable192 JITDescriptor __jit_debug_descriptor GUARDED_BY(g_jit_debug_lock) {}; in GUARDED_BY() argument209 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()[all …]