Home
last modified time | relevance | path

Searched refs:pFmod (Results 1 – 8 of 8) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_entrypoints.h95 double (*pFmod)(double, double); member
/art/runtime/arch/x86/
Dentrypoints_init_x86.cc185 qpoints->pFmod = art_quick_fmod; in InitEntryPoints()
/art/compiler/dex/quick/mips/
Dfp_mips.cc96 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmod), rl_src1, rl_src2, in GenArithOpDouble()
/art/runtime/arch/mips/
Dentrypoints_init_mips.cc203 qpoints->pFmod = fmod; in InitEntryPoints()
/art/runtime/arch/arm/
Dentrypoints_init_arm.cc202 qpoints->pFmod = fmod; in InitEntryPoints()
/art/compiler/dex/quick/arm/
Dfp_arm.cc95 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmod), rl_src1, rl_src2, in GenArithOpDouble()
/art/compiler/dex/quick/x86/
Dfp_x86.cc103 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmod), rl_src1, rl_src2, in GenArithOpDouble()
/art/runtime/
Dthread.cc1665 QUICK_ENTRY_POINT_INFO(pFmod),