Searched refs:JniMethodEnd (Results 1 - 7 of 7) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_jni_entrypoints.cc52 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self) { function in namespace:art
H A Dquick_entrypoints.h146 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self)
/art/compiler/llvm/
H A Druntime_support_llvm_func_list.h76 V(JniMethodEnd, art_portable_jni_method_end) \
/art/compiler/jni/portable/
H A Djni_compiler.cc44 using ::art::llvm::runtime_support::JniMethodEnd;
202 { // JniMethodEnd
208 : JniMethodEnd);
/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;

Completed in 512 milliseconds