HomeSort by relevance Sort by last modified time
    Searched refs:artLdiv (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/quick/
quick_math_entrypoints.cc 74 extern "C" int64_t artLdiv(int64_t a, int64_t b) {
  /art/runtime/arch/mips64/
entrypoints_init_mips64.cc 68 extern "C" int64_t artLdiv(int64_t a, int64_t b);
134 qpoints->pLdiv = artLdiv;
  /art/runtime/arch/mips/
entrypoints_init_mips.cc 68 extern "C" int64_t artLdiv(int64_t a, int64_t b);
302 qpoints->pLdiv = artLdiv;
  /art/runtime/arch/x86/
quick_entrypoints_x86.S     [all...]

Completed in 1243 milliseconds