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); variable195 JITDescriptor __jit_debug_descriptor GUARDED_BY(g_jit_debug_lock) {}; in GUARDED_BY() argument212 static std::unordered_set<const void*> g_dcheck_all_jit_functions GUARDED_BY(g_jit_debug_lock);215 static std::vector<const void*> g_removed_jit_functions GUARDED_BY(g_jit_debug_lock);499 REQUIRES(g_jit_debug_lock) { in RepackEntries()578 void RepackNativeDebugInfoForJitLocked() REQUIRES(g_jit_debug_lock);583 MutexLock mu(Thread::Current(), g_jit_debug_lock); in AddNativeDebugInfoForJit()620 MutexLock mu(Thread::Current(), g_jit_debug_lock); in RemoveNativeDebugInfoForJit()650 MutexLock mu(Thread::Current(), g_jit_debug_lock); in RepackNativeDebugInfoForJit()655 MutexLock mu(Thread::Current(), g_jit_debug_lock); in GetJitMiniDebugInfoMemUsage()[all …]