Searched refs:kNoneId (Results 1 – 1 of 1) sorted by relevance
994 static BailoutId None() { return BailoutId(kNoneId); } in None()1013 bool IsNone() const { return id_ == kNoneId; } in IsNone()1022 static const int kNoneId = -1; variable