Searched refs:func_art_portable_jni_method_end (Results 1 – 1 of 1) sorted by relevance
1005 Function* func_art_portable_jni_method_end = mod->getFunction("art_portable_jni_method_end"); in makeLLVMModuleContents() local1006 if (!func_art_portable_jni_method_end) { in makeLLVMModuleContents()1007 func_art_portable_jni_method_end = Function::Create( in makeLLVMModuleContents()1011 func_art_portable_jni_method_end->setCallingConv(CallingConv::C); in makeLLVMModuleContents()1014 func_art_portable_jni_method_end->setAttributes(func_art_portable_jni_method_end_PAL); in makeLLVMModuleContents()