Home
last modified time | relevance | path

Searched refs:JniMethodEnd (Results 1 – 11 of 11) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h53 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self)
Dquick_jni_entrypoints.cc71 extern void JniMethodEnd(uint32_t saved_local_ref_cookie, Thread* self) { in JniMethodEnd() function
Dquick_entrypoints_list.h61 V(JniMethodEnd, void, uint32_t cookie, Thread* self) \
Dquick_trampoline_entrypoints.cc1622 JniMethodEnd(cookie, self); in artQuickGenericJniEndJNINonRef()
/art/compiler/llvm/
Druntime_support_llvm_func_list.h76 V(JniMethodEnd, art_portable_jni_method_end) \
/art/compiler/jni/portable/
Djni_compiler.cc44 using ::art::llvm::runtime_support::JniMethodEnd;
208 : JniMethodEnd); in Compile()
/art/runtime/arch/arm64/
Dentrypoints_init_arm64.cc161 qpoints->pJniMethodEnd = JniMethodEnd; in InitEntryPoints()
/art/runtime/arch/x86_64/
Dentrypoints_init_x86_64.cc166 qpoints->pJniMethodEnd = JniMethodEnd; in InitEntryPoints()
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc162 qpoints->pJniMethodEnd = JniMethodEnd; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc179 qpoints->pJniMethodEnd = JniMethodEnd; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc184 qpoints->pJniMethodEnd = JniMethodEnd; in InitEntryPoints()