Searched defs:match_id (Results 1 – 4 of 4) sorted by relevance
106 int match_id() { DCHECK_EQ(opcode(), kInstMatch); return match_id_; } in match_id() function
334 int match_id() { DCHECK_EQ(op_, kRegexpHaveMatch); return match_id_; } in match_id() function
176 Regexp* Regexp::HaveMatch(int match_id, ParseFlags flags) { in HaveMatch()
420 Frag Compiler::Match(int32 match_id) { in Match()