Lines Matching refs:match
1237 // next catch block, and jump there if the tag does not match.
1261 // The tags don't match, merge the current state into the catch state and
5564 // Falls through on match (=successful type check).
5571 Label match;
5584 __ emit_cond_jump(kEqual, null_succeeds ? &match : no_match,
5593 __ emit_cond_jump(kEqual, &match, rtt.type.kind(), tmp1.gp(), rtt_reg.gp());
5622 // Fall through to {match}.
5623 __ bind(&match);
5704 // through to match.
5753 Label match, no_match, done;
5759 __ bind(&match);
5795 Label match;
5798 __ bind(&match);