Home | History | Annotate | Download | only in optimizing

Lines Matching refs:bias_

2117       : HBinaryOperation(Primitive::kPrimInt, first, second), bias_(bias), dex_pc_(dex_pc) {
2137 return bias_ == other->AsCompare()->bias_;
2140 bool IsGtBias() { return bias_ == kGtBias; }
2147 const Bias bias_;