Lines Matching defs:branch
73 void CodeStubAssembler::Dcheck(const BranchGenerator& branch,
78 Check(branch, message, file, line, extra_nodes);
103 void CodeStubAssembler::Check(const BranchGenerator& branch,
113 branch(&ok, ¬_ok);
129 BranchGenerator branch = [=](Label* ok, Label* not_ok) {
134 Check(branch, message, file, line, extra_nodes);
140 BranchGenerator branch = [=](Label* ok, Label* not_ok) {
144 Check(branch, message, file, line, extra_nodes);
7772 // TODO(jgruber): This branch and the recheck below can be removed once we
11685 // loop requiring a backwards branch at the end of the loop (it's not possible
11686 // to force the loop header check at the end of the loop and branch forward to
11687 // it from the pre-header). The extra branch is slower in the case that the
14732 // This is the default branch, so assert that we have the expected data type.