Home
last modified time | relevance | path

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

/art/runtime/jit/
Ddebugger_interface.cc84 static Mutex g_jit_debug_lock("JIT native debug entries", kNativeDebugInterfaceLock);
85 static Mutex g_dex_debug_lock("DEX native debug entries", kNativeDebugInterfaceLock);
/art/runtime/base/
Dlocks.h48 kNativeDebugInterfaceLock, enumerator
Dlocks.cc310 UPDATE_CURRENT_LOCK_LEVEL(kNativeDebugInterfaceLock); in Init()