Searched refs:match_id_ (Results 1 – 4 of 4) sorted by relevance
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id()153 int32 match_id_; // opcode == kInstMatch member
333 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()566 int match_id_; // HaveMatch member
46 match_id_ = id; in InitMatch()
167 re->match_id_ = match_id; in HaveMatch()