Searched refs:pJniMethodStart (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h78 uint32_t (*pJniMethodStart)(Thread*); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc186 qpoints->pJniMethodStart = JniMethodStart;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc187 qpoints->pJniMethodStart = JniMethodStart;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc169 qpoints->pJniMethodStart = JniMethodStart;
/art/compiler/jni/quick/
H A Djni_compiler.cc176 : QUICK_ENTRYPOINT_OFFSET(pJniMethodStart);
/art/runtime/
H A Dthread.cc1653 QUICK_ENTRY_POINT_INFO(pJniMethodStart),

Completed in 62 milliseconds