Home | History | Annotate | Download | only in generated

Lines Matching full:func_art_portable_throw_no_such_method_from_code

499 Function* func_art_portable_throw_no_such_method_from_code = mod->getFunction("art_portable_throw_no_such_method_from_code");
500 if (!func_art_portable_throw_no_such_method_from_code) {
501 func_art_portable_throw_no_such_method_from_code = Function::Create(
505 func_art_portable_throw_no_such_method_from_code->setCallingConv(CallingConv::C);
508 func_art_portable_throw_no_such_method_from_code->setAttributes(func_art_portable_throw_no_such_method_from_code_PAL);