Home
last modified time | relevance | path

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

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