Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/art/runtime/art_operator_srcs/gen/gensrcs/art/runtime/base/
Dlocks.operator_out.cc15 case kNativeDebugInterfaceLock: os << "NativeDebugInterfaceLock"; break; in operator <<()
/aosp_15_r20/art/runtime/jit/
H A Ddebugger_interface.cc98 static Mutex g_jit_debug_lock("JIT native debug entries", kNativeDebugInterfaceLock);
99 static Mutex g_dex_debug_lock("DEX native debug entries", kNativeDebugInterfaceLock);
/aosp_15_r20/art/runtime/base/
H A Dlocks.h49 kNativeDebugInterfaceLock, enumerator
H A Dlocks.cc328 UPDATE_CURRENT_LOCK_LEVEL(kNativeDebugInterfaceLock); in Init()