Home
last modified time | relevance | path

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

/art/compiler/llvm/generated/
Dart_module.cc444 Function* func_art_portable_push_shadow_frame_from_code = mod->getFunction("art_portable_push_shado… in makeLLVMModuleContents() local
445 if (!func_art_portable_push_shadow_frame_from_code) { in makeLLVMModuleContents()
446 func_art_portable_push_shadow_frame_from_code = Function::Create( in makeLLVMModuleContents()
450 func_art_portable_push_shadow_frame_from_code->setCallingConv(CallingConv::C); in makeLLVMModuleContents()
453 func_art_portable_push_shadow_frame_from_code->setAttributes(func_art_portable_push_shadow_frame_fr… in makeLLVMModuleContents()