Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 7 of 7) sorted by relevance

/art/runtime/entrypoints/portable/
Dportable_jni_entrypoints.cc55 jobject locked, in art_portable_jni_method_end_synchronized() argument
59 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in art_portable_jni_method_end_synchronized()
82 jobject locked, in art_portable_jni_method_end_with_reference_synchronized() argument
86 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in art_portable_jni_method_end_with_reference_synchronized()
/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc77 extern void JniMethodEndSynchronized(uint32_t saved_local_ref_cookie, jobject locked, in JniMethodEndSynchronized() argument
80 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in JniMethodEndSynchronized()
102 jobject locked, Thread* self) { in JniMethodEndWithReferenceSynchronized() argument
104 UnlockJniSynchronizedMethod(locked, self); // Must decode before pop. in JniMethodEndWithReferenceSynchronized()
Dquick_entrypoints.h55 extern void JniMethodEndSynchronized(uint32_t saved_local_ref_cookie, jobject locked,
64 jobject locked, Thread* self)
Dquick_entrypoints_list.h62 V(JniMethodEndSynchronized, void, uint32_t cookie, jobject locked, Thread* self) \
64 …enceSynchronized, mirror::Object*, jobject result, uint32_t cookie, jobject locked, Thread* self) \
/art/runtime/entrypoints/
Dentrypoint_utils.h171 static inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self)
Dentrypoint_utils-inl.h617 static inline void UnlockJniSynchronizedMethod(jobject locked, Thread* self) { in UnlockJniSynchronizedMethod() argument
627 self->DecodeJObject(locked)->MonitorExit(self); in UnlockJniSynchronizedMethod()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S379 cbnz r1, .Lnot_unlocked @ already thin locked