Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_jni_entrypoints.cc66 extern uint32_t JniMethodStart(Thread* self) { in JniMethodStart() function
84 return JniMethodStart(self); in JniMethodStartSynchronized()
Dquick_entrypoints.h56 extern uint32_t JniMethodStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
Dquick_default_init_entrypoints.h74 qpoints->pJniMethodStart = JniMethodStart; in DefaultInitEntryPoints()
Dquick_entrypoints_list.h75 V(JniMethodStart, uint32_t, Thread*) \
Dquick_trampoline_entrypoints.cc2407 cookie = JniMethodStart(self); in artQuickGenericJniTrampoline()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc266 qpoints->pJniMethodStart = JniMethodStart; in InitEntryPoints()