Home | History | Annotate | Download | only in src

Lines Matching refs:statement_pos_

252   Statement() : statement_pos_(RelocInfo::kNoPosition) {}
258 void set_statement_pos(int statement_pos) { statement_pos_ = statement_pos; }
259 int statement_pos() const { return statement_pos_; }
262 int statement_pos_;