Home
last modified time | relevance | path

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

/art/runtime/entrypoints/portable/
Dportable_jni_entrypoints.cc34 extern "C" uint32_t art_portable_jni_method_start_synchronized(jobject to_lock, Thread* self) in art_portable_jni_method_start_synchronized() argument
36 self->DecodeJObject(to_lock)->MonitorEnter(self); in art_portable_jni_method_start_synchronized()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc44 extern uint32_t JniMethodStartSynchronized(jobject to_lock, Thread* self) { in JniMethodStartSynchronized() argument
45 self->DecodeJObject(to_lock)->MonitorEnter(self); in JniMethodStartSynchronized()
Dquick_entrypoints.h51 extern uint32_t JniMethodStartSynchronized(jobject to_lock, Thread* self)
Dquick_entrypoints_list.h60 V(JniMethodStartSynchronized, uint32_t, jobject to_lock, Thread* self) \