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

/art/compiler/optimizing/
H A Dnodes.h3538 int32_t ComputeFP(T x, T y) const { function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HCompare
3557 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
3560 return MakeConstantComparison(ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4359 T ComputeFP(T x, T y) const { function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HDiv
4374 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4378 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4411 T ComputeFP(T x, T y) const { function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HInvokeStaticOrDirect::HRem
4426 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());
4430 ComputeFP(x->GetValue(), y->GetValue()), GetDexPc());

Completed in 39 milliseconds