Home
last modified time | relevance | path

Searched refs:JniMethodFastStart (Results 1 – 5 of 5) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h58 extern uint32_t JniMethodFastStart(Thread* self) NO_THREAD_SAFETY_ANALYSIS HOT_ATTR;
Dquick_default_init_entrypoints.h76 qpoints->pJniMethodFastStart = JniMethodFastStart; in DefaultInitEntryPoints()
Dquick_jni_entrypoints.cc51 extern uint32_t JniMethodFastStart(Thread* self) { in JniMethodFastStart() function
Dquick_entrypoints_list.h76 V(JniMethodFastStart, uint32_t, Thread*) \
Dquick_trampoline_entrypoints.cc2201 cookie = JniMethodFastStart(self); in artQuickGenericJniTrampoline()