Home | History | Annotate | Download | only in arm

Lines Matching full:is_call_

206          is_call_(false),
259 void MarkAsCall() { is_call_ = true; }
263 bool IsMarkedAsCall() const { return is_call_; }
286 bool is_call_;