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

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

Completed in 124 milliseconds