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

/art/compiler/optimizing/
H A Dnodes.h3630 HIntConstant* MakeConstantCondition(bool value, uint32_t dex_pc) const { function in class:art::FINAL::FINAL::ComparisonBias::HCondition
3648 return MakeConstantCondition(true, GetDexPc());
3651 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3657 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0),
3661 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3664 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3695 return MakeConstantCondition(false, GetDexPc());
3698 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3704 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
3707 return MakeConstantCondition(Comput
[all...]

Completed in 38 milliseconds