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

  /art/compiler/llvm/generated/
art_module.cc 477 Function* func_art_portable_throw_div_zero_from_code = mod->getFunction("art_portable_throw_div_zero_from_code"); local
478 if (!func_art_portable_throw_div_zero_from_code) {
479 func_art_portable_throw_div_zero_from_code = Function::Create(
483 func_art_portable_throw_div_zero_from_code->setCallingConv(CallingConv::C);
486 func_art_portable_throw_div_zero_from_code->setAttributes(func_art_portable_throw_div_zero_from_code_PAL);
    [all...]

Completed in 73 milliseconds