Searched refs:g_dex_debug_lock (Results 1 – 1 of 1) sorted by relevance
85 static Mutex g_dex_debug_lock("DEX native debug entries", kNativeDebugInterfaceLock); variable144 JITDescriptor __dex_debug_descriptor GUARDED_BY(g_dex_debug_lock) {}; in GUARDED_BY() argument246 static std::map<const DexFile*, JITCodeEntry*> g_dex_debug_entries GUARDED_BY(g_dex_debug_lock);249 MutexLock mu(self, g_dex_debug_lock); in AddNativeDebugInfoForDex()263 MutexLock mu(self, g_dex_debug_lock); in RemoveNativeDebugInfoForDex()