Searched refs:pFmod (Results 1 – 8 of 8) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_entrypoints.h | 95 double (*pFmod)(double, double); member
|
/art/runtime/arch/x86/ |
D | entrypoints_init_x86.cc | 185 qpoints->pFmod = art_quick_fmod; in InitEntryPoints()
|
/art/compiler/dex/quick/mips/ |
D | fp_mips.cc | 96 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmod), rl_src1, rl_src2, in GenArithOpDouble()
|
/art/runtime/arch/mips/ |
D | entrypoints_init_mips.cc | 203 qpoints->pFmod = fmod; in InitEntryPoints()
|
/art/runtime/arch/arm/ |
D | entrypoints_init_arm.cc | 202 qpoints->pFmod = fmod; in InitEntryPoints()
|
/art/compiler/dex/quick/arm/ |
D | fp_arm.cc | 95 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmod), rl_src1, rl_src2, in GenArithOpDouble()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 103 CallRuntimeHelperRegLocationRegLocation(QUICK_ENTRYPOINT_OFFSET(pFmod), rl_src1, rl_src2, in GenArithOpDouble()
|
/art/runtime/ |
D | thread.cc | 1665 QUICK_ENTRY_POINT_INFO(pFmod),
|