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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 102 int32_t (*pIdivmod)(int32_t, int32_t);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 209 qpoints->pIdivmod = __aeabi_idivmod;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 209 qpoints->pIdivmod = NULL;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 191 qpoints->pIdivmod = art_quick_idivmod;
  /art/compiler/dex/quick/
gen_common.cc     [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 95 milliseconds