Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.h4214 int32_t ComputeFP(T x, T y) const { in ComputeFP() function
4233 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
4236 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5160 T ComputeFP(T x, T y) const { in ComputeFP() function
5175 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5179 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5208 T ComputeFP(T x, T y) const { in ComputeFP() function
5223 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5227 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate()
5321 template <typename T, typename S> static T ComputeFP(T x) { in ComputeFP() function
[all …]