Searched refs:pLdivmod (Results 1 – 6 of 6) sorted by relevance
106 int64_t (*pLdivmod)(int64_t, int64_t); member
195 qpoints->pLdivmod = art_quick_ldivmod; in InitEntryPoints()
213 qpoints->pLdivmod = artLdivmodFromCode; in InitEntryPoints()
213 qpoints->pLdivmod = __aeabi_ldivmod; // result returned in r2:r3 in InitEntryPoints()
1676 func_offset = QUICK_ENTRYPOINT_OFFSET(pLdivmod); in GenArithOpLong()
1676 QUICK_ENTRY_POINT_INFO(pLdivmod),