Searched refs:func_art_portable_proxy_invoke_handler_from_code (Results 1 – 1 of 1) sorted by relevance
1071 Function* func_art_portable_proxy_invoke_handler_from_code = mod->getFunction("art_portable_proxy_i… in makeLLVMModuleContents() local1072 if (!func_art_portable_proxy_invoke_handler_from_code) { in makeLLVMModuleContents()1073 func_art_portable_proxy_invoke_handler_from_code = Function::Create( in makeLLVMModuleContents()1077 func_art_portable_proxy_invoke_handler_from_code->setCallingConv(CallingConv::C); in makeLLVMModuleContents()1080 func_art_portable_proxy_invoke_handler_from_code->setAttributes(func_art_portable_proxy_invoke_hand… in makeLLVMModuleContents()