Home | History | Annotate | Download | only in x64

Lines Matching full:is_call_

206          is_call_(false),
260 void MarkAsCall() { is_call_ = true; }
264 bool IsMarkedAsCall() const { return is_call_; }
287 bool is_call_;