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

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints.h80 void (*pJniMethodEnd)(uint32_t cookie, Thread* self); variable
/art/runtime/arch/arm/
H A Dentrypoints_init_arm.cc188 qpoints->pJniMethodEnd = JniMethodEnd;
/art/runtime/arch/mips/
H A Dentrypoints_init_mips.cc189 qpoints->pJniMethodEnd = JniMethodEnd;
/art/runtime/arch/x86/
H A Dentrypoints_init_x86.cc171 qpoints->pJniMethodEnd = JniMethodEnd;
/art/compiler/jni/quick/
H A Djni_compiler.cc313 : QUICK_ENTRYPOINT_OFFSET(pJniMethodEnd);
/art/runtime/
H A Dthread.cc1655 QUICK_ENTRY_POINT_INFO(pJniMethodEnd),

Completed in 139 milliseconds