Home
last modified time | relevance | path

Searched refs:pLdivmod (Results 1 – 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h106 int64_t (*pLdivmod)(int64_t, int64_t); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc195 qpoints->pLdivmod = art_quick_ldivmod; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc213 qpoints->pLdivmod = artLdivmodFromCode; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc213 qpoints->pLdivmod = __aeabi_ldivmod; // result returned in r2:r3 in InitEntryPoints()
/art/compiler/dex/quick/
Dgen_common.cc1676 func_offset = QUICK_ENTRYPOINT_OFFSET(pLdivmod); in GenArithOpLong()
/art/runtime/
Dthread.cc1676 QUICK_ENTRY_POINT_INFO(pLdivmod),