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

/art/compiler/optimizing/
H A Dnodes.h4083 int32_t ComputeFP(T x, T y) const { function in class:art::FINAL::FINAL::ComparisonBias::FINAL
4102 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4105 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4943 T ComputeFP(T x, T y) const { function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
4958 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4962 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4991 T ComputeFP(T x, T y) const { function in class:art::FINAL::FINAL::ComparisonBias::FINAL::FINAL
5006 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
5010 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());

Completed in 20 milliseconds