Lines Matching refs:ComputeIntegral
5039 T ComputeIntegral(T x, T y) const { in ComputeIntegral() function
5056 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5060 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5087 T ComputeIntegral(T x, T y) const { in ComputeIntegral() function
5104 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5108 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5136 template <typename T> static T ComputeIntegral(T x, T y) { in ComputeIntegral() function
5142 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5146 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5171 template <typename T> static T ComputeIntegral(T x, T y) { in ComputeIntegral() function
5177 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5181 ComputeIntegral(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5201 template <typename T> static T ComputeIntegral(T x) { in ComputeIntegral() function
5216 return GetBlock()->GetGraph()->GetIntConstant(ComputeIntegral(x->GetValue()), GetDexPc()); in Evaluate()
5219 return GetBlock()->GetGraph()->GetLongConstant(ComputeIntegral(x->GetValue()), GetDexPc()); in Evaluate()