Home
last modified time | relevance | path

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

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