Home
last modified time | relevance | path

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

/art/compiler/llvm/generated/
Dart_module.cc1071 Function* func_art_portable_proxy_invoke_handler_from_code = mod->getFunction("art_portable_proxy_i… in makeLLVMModuleContents() local
1072 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()