HomeSort by relevance Sort by last modified time
    Searched full:func_art_portable_throw_no_such_method_from_code (Results 1 - 1 of 1) sorted by null

  /art/compiler/llvm/generated/
art_module.cc 499 Function* func_art_portable_throw_no_such_method_from_code = mod->getFunction("art_portable_throw_no_such_method_from_code"); local
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);
    [all...]

Completed in 80 milliseconds