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