Searched defs:match_id (Results 1 – 5 of 5) 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()
146 const uint64_t match_id = sample_map_records->sample_map_id_; in LoadRecords() local