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

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

Completed in 127 milliseconds