Home
last modified time | relevance | path

Searched refs:artLmod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_math_entrypoints.cc78 extern "C" int64_t artLmod(int64_t a, int64_t b) { in artLmod() function
/art/runtime/arch/mips64/
Dentrypoints_init_mips64.cc75 extern "C" int64_t artLmod(int64_t a, int64_t b);
156 qpoints->pLmod = artLmod; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc76 extern "C" int64_t artLmod(int64_t a, int64_t b);
328 qpoints->pLmod = artLmod; in InitEntryPoints()
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1660 call SYMBOL(artLmod) // (jlong a, jlong b)