Searched refs:ComputeFP (Results 1 – 1 of 1) sorted by relevance
/art/compiler/optimizing/ |
D | nodes.h | 4144 int32_t ComputeFP(T x, T y) const { in ComputeFP() function 4163 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 4166 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 5049 T ComputeFP(T x, T y) const { in ComputeFP() function 5064 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 5068 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 5097 T ComputeFP(T x, T y) const { in ComputeFP() function 5112 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 5116 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc()); in Evaluate() 5210 template <typename T, typename S> static T ComputeFP(T x) { in ComputeFP() function [all …]
|