Lines Matching refs:target
3004 const uint32_t target = iterator.next();
3005 if (!VALIDATE(target < control_depth())) {
3006 this->DecodeError(pos, "invalid branch depth: %u", target);
3009 // Avoid redundant branch target checks.
3010 if (br_targets[target]) continue;
3011 br_targets[target] = true;
3015 arity = control_at(target)->br_merge()->arity;
3016 } else if (!VALIDATE(control_at(target)->br_merge()->arity == arity)) {
3022 if (!VALIDATE(TypeCheckBranch<false>(control_at(target), 1))) return 0;
4605 "br_on_cast must target a branch of arity at least 1");
4690 "br_on_cast_fail must target a branch of arity at least 1");
4827 this->DecodeError("%s must target a branch of arity at least 1",
4884 this->DecodeError("%s must target a branch of arity at least 1",