Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:IsFound

2525     bool IsFound() const { return lookup_type_ != NOT_FOUND; }
2526 bool IsProperty() const { return IsFound() && !IsTransition(); }
2565 DCHECK(IsFound());
2600 DCHECK(IsFound());