Home
last modified time | relevance | path

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

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h105 int64_t (*pLdiv)(int64_t, int64_t); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc194 qpoints->pLdiv = art_quick_ldiv; in InitEntryPoints()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc212 qpoints->pLdiv = artLdivFromCode; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc212 qpoints->pLdiv = __aeabi_ldivmod; in InitEntryPoints()
/art/compiler/dex/quick/
Dgen_common.cc1670 func_offset = QUICK_ENTRYPOINT_OFFSET(pLdiv); in GenArithOpLong()
/art/runtime/
Dthread.cc1675 QUICK_ENTRY_POINT_INFO(pLdiv),