Lines Matching full:qpoints
33 void InitEntryPoints(JniEntryPoints* jpoints, QuickEntryPoints* qpoints) {
34 DefaultInitEntryPoints(jpoints, qpoints);
37 qpoints->pInstanceofNonTrivial = artIsAssignableFromCode;
38 qpoints->pCheckCast = art_quick_check_cast;
42 qpoints->pCmpgDouble = nullptr;
43 qpoints->pCmpgFloat = nullptr;
44 qpoints->pCmplDouble = nullptr;
45 qpoints->pCmplFloat = nullptr;
46 qpoints->pFmod = fmod;
47 qpoints->pL2d = nullptr;
48 qpoints->pFmodf = fmodf;
49 qpoints->pL2f = nullptr;
50 qpoints->pD2iz = nullptr;
51 qpoints->pF2iz = nullptr;
52 qpoints->pIdivmod = nullptr;
53 qpoints->pD2l = nullptr;
54 qpoints->pF2l = nullptr;
55 qpoints->pLdiv = nullptr;
56 qpoints->pLmod = nullptr;
57 qpoints->pLmul = nullptr;
58 qpoints->pShlLong = nullptr;
59 qpoints->pShrLong = nullptr;
60 qpoints->pUshrLong = nullptr;
63 qpoints->pCos = cos;
64 qpoints->pSin = sin;
65 qpoints->pAcos = acos;
66 qpoints->pAsin = asin;
67 qpoints->pAtan = atan;
68 qpoints->pAtan2 = atan2;
69 qpoints->pCbrt = cbrt;
70 qpoints->pCosh = cosh;
71 qpoints->pExp = exp;
72 qpoints->pExpm1 = expm1;
73 qpoints->pHypot = hypot;
74 qpoints->pLog = log;
75 qpoints->pLog10 = log10;
76 qpoints->pNextAfter = nextafter;
77 qpoints->pSinh = sinh;
78 qpoints->pTan = tan;
79 qpoints->pTanh = tanh;
82 qpoints->pIndexOf = art_quick_indexof;
83 qpoints->pStringCompareTo = art_quick_string_compareto;
84 qpoints->pMemcpy = memcpy;
87 qpoints->pReadBarrierJni = ReadBarrierJni;
88 qpoints->pReadBarrierMark = artReadBarrierMark;
89 qpoints->pReadBarrierSlow = artReadBarrierSlow;
90 qpoints->pReadBarrierForRootSlow = artReadBarrierForRootSlow;