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

  /art/compiler/llvm/generated/
art_module.cc 587 Function* func_art_portable_alloc_array_from_code_with_access_check = mod->getFunction("art_portable_alloc_array_from_code_with_access_check"); local
588 if (!func_art_portable_alloc_array_from_code_with_access_check) {
589 func_art_portable_alloc_array_from_code_with_access_check = Function::Create(
593 func_art_portable_alloc_array_from_code_with_access_check->setCallingConv(CallingConv::C);
596 func_art_portable_alloc_array_from_code_with_access_check->setAttributes(func_art_portable_alloc_array_from_code_with_access_check_PAL);
    [all...]

Completed in 595 milliseconds