Searched refs:match_id_ (Results 1 – 4 of 4) sorted by relevance
91 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id()145 int32_t match_id_; // opcode == kInstMatch member
342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id()588 int match_id_; // HaveMatch member
61 match_id_ = id; in InitMatch()
190 re->match_id_ = match_id; in HaveMatch()