Searched defs:Lock (Results 1 – 4 of 4) sorted by relevance
54 void JvmtiWeakTable<T>::Lock() { in Lock() function
221 static Mutex* Lock() RETURN_CAPABILITY(g_dex_debug_lock) { return &g_dex_debug_lock; } in Lock() function234 static Mutex* Lock() RETURN_CAPABILITY(g_jit_debug_lock) { return &g_jit_debug_lock; } in Lock() function
185 void Lock(Thread* self) ACQUIRE() { ExclusiveLock(self); } in Lock() function
447 void Monitor::Lock(Thread* self) { in Lock() function in art::Monitor