Searched defs:match_id (Results 1 – 4 of 4) 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
187 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch()
417 Frag Compiler::Match(int32_t match_id) { in Match()