Searched refs:match_id (Results 1 – 7 of 7) sorted by relevance
333 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function395 static Regexp* HaveMatch(int match_id, ParseFlags flags);
165 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch() argument167 re->match_id_ = match_id; in HaveMatch()354 return a->match_id() == b->match_id(); in TopEqual()
284 t_->append("(?HaveMatch:%d)", re->match_id()); in PostVisit()
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
419 Frag Compiler::Match(int32 match_id) { in Match() argument423 inst_[id].InitMatch(match_id); in Match()732 Frag f = Match(re->match_id()); in PostVisit()
83 return StringPrintf("match! %d", match_id()); in Dump()
1433 v->push_back(ip->match_id()); in InlinedSearchLoop()