Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h102 int32_t (*pIdivmod)(int32_t, int32_t); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc191 qpoints->pIdivmod = art_quick_idivmod; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc209 qpoints->pIdivmod = NULL; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc209 qpoints->pIdivmod = __aeabi_idivmod; in InitEntryPoints()
/art/compiler/dex/quick/
Dgen_common.cc1332 ThreadOffset func_offset = QUICK_ENTRYPOINT_OFFSET(pIdivmod); in GenArithOpInt()
1585 ThreadOffset func_offset = QUICK_ENTRYPOINT_OFFSET(pIdivmod); in GenArithOpIntLit()
/art/runtime/
Dthread.cc1672 QUICK_ENTRY_POINT_INFO(pIdivmod),