Home
last modified time | relevance | path

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

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