Searched refs:match_id (Results 1 – 10 of 10) sorted by relevance
342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function404 static Regexp* HaveMatch(int match_id, ParseFlags flags);
188 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch() argument190 re->match_id_ = match_id; in HaveMatch()396 return a->match_id() == b->match_id(); in TopEqual()
294 t_->append("(?HaveMatch:%d)", re->match_id()); in PostVisit()
91 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
417 Frag Compiler::Match(int32_t match_id) { in Match() argument421 inst_[id].InitMatch(match_id); in Match()870 Frag f = Match(re->match_id()); in PostVisit()
98 return StringPrintf("match! %d", match_id()); in Dump()
716 inst[n++] = ip->match_id(); in WorkqToCachedState()
111 const int match_id, in AddCapturingMatchSmartReplySpec() argument120 actions_spec->capturing_group.back()->group_id = match_id; in AddCapturingMatchSmartReplySpec()
152 const uint64_t match_id = sample_map_records->sample_map_id_; in LoadRecords() local170 if (found_id == match_id) { in LoadRecords()
300 let match_id = self.add_match(); in compile() localVariable302 self.patch(compiled.end, match_id); in compile()