Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:IsProperty

2526     bool IsProperty() const { return IsFound() && !IsTransition(); }