Lines Matching defs:bits
572 return lhs.bits() == rhs.bits() && lhs.feedback() == rhs.feedback();
577 return base::hash_combine(p.bits(), feedback_hash(p.feedback()));
582 return os << p.bits() << ", " << p.feedback();
1274 int bits, const FeedbackSource& feedback) {
1275 CHECK(0 <= bits && bits <= 64);
1280 SpeculativeBigIntAsNParameters(bits, feedback));
1284 int bits, const FeedbackSource& feedback) {
1285 CHECK(0 <= bits && bits <= 64);
1290 SpeculativeBigIntAsNParameters(bits, feedback));