Searched refs:ComputeIntegral (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.h | 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 [all …]
|