Home
last modified time | relevance | path

Searched refs:ComputeIntegral (Results 1 – 1 of 1) sorted by relevance

/art/compiler/optimizing/
Dnodes.h5150 T ComputeIntegral(T x, T y) const { in ComputeIntegral() function
5167 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5171 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5198 T ComputeIntegral(T x, T y) const { in ComputeIntegral() function
5215 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5219 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5247 template <typename T> static T ComputeIntegral(T x, T y) { in ComputeIntegral() function
5253 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5257 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5282 template <typename T> static T ComputeIntegral(T x, T y) { in ComputeIntegral() function
[all …]