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

  /art/runtime/entrypoints/quick/
quick_entrypoints.h 105 int64_t (*pLdiv)(int64_t, int64_t);
  /art/runtime/arch/arm/
entrypoints_init_arm.cc 212 qpoints->pLdiv = __aeabi_ldivmod;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 212 qpoints->pLdiv = artLdivFromCode;
  /art/runtime/arch/x86/
entrypoints_init_x86.cc 194 qpoints->pLdiv = art_quick_ldiv;
  /art/compiler/dex/quick/
gen_common.cc     [all...]
  /art/runtime/
thread.cc     [all...]

Completed in 96 milliseconds