Home
last modified time | relevance | path

Searched refs:JniMethodStartSynchronized (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h58 extern uint32_t JniMethodStartSynchronized(jobject to_lock, Thread* self)
Dquick_default_init_entrypoints.h76 qpoints->pJniMethodStartSynchronized = JniMethodStartSynchronized; in DefaultInitEntryPoints()
Dquick_jni_entrypoints.cc82 extern uint32_t JniMethodStartSynchronized(jobject to_lock, Thread* self) { in JniMethodStartSynchronized() function
Dquick_entrypoints_list.h77 V(JniMethodStartSynchronized, uint32_t, jobject, Thread*) \
Dquick_trampoline_entrypoints.cc2396 cookie = JniMethodStartSynchronized(visitor.GetFirstHandleScopeJObject(), self); in artQuickGenericJniTrampoline()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc270 qpoints->pJniMethodStartSynchronized = JniMethodStartSynchronized; in InitEntryPoints()