Searched refs:match_id (Results 1 – 7 of 7) sorted by relevance
187 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch() argument189 re->match_id_ = match_id; in HaveMatch()399 return a->match_id() == b->match_id(); in TopEqual()
342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function404 static Regexp* HaveMatch(int match_id, ParseFlags flags);
294 t_->append("(?HaveMatch:%d)", re->match_id()); in PostVisit()
417 Frag Compiler::Match(int32_t match_id) { in Match() argument421 inst_[id].InitMatch(match_id); in Match()876 Frag f = Match(re->match_id()); in PostVisit()
91 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
92 return StringPrintf("match! %d", match_id()); in Dump()
732 inst[n++] = ip->match_id(); in WorkqToCachedState()