Searched defs:match_id (Results 1 – 7 of 7) sorted by relevance
91 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
342 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function
188 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch()
417 Frag Compiler::Match(int32_t match_id) { in Match()
111 const int match_id, in AddCapturingMatchSmartReplySpec()
152 const uint64_t match_id = sample_map_records->sample_map_id_; in LoadRecords() local
300 let match_id = self.add_match(); in compile() localVariable