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

/art/compiler/optimizing/
H A Dnodes.h3108 HIntConstant* MakeConstantCondition(bool value, uint32_t dex_pc) const { function in class:art::HTryBoundary::HClassTableGet::ComparisonBias::HCondition
3126 return MakeConstantCondition(true, GetDexPc());
3129 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3135 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0),
3139 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3142 return MakeConstantCondition(Compute(CompareFP(x->GetValue(), y->GetValue()), 0), GetDexPc());
3170 return MakeConstantCondition(false, GetDexPc());
3173 return MakeConstantCondition(Compute(x->GetValue(), y->GetValue()), GetDexPc());
3179 return MakeConstantCondition(Compute(Compare(x->GetValue(), y->GetValue()), 0), GetDexPc());
3182 return MakeConstantCondition(Comput
[all...]

Completed in 34 milliseconds