Lines Matching refs:end
1583 // Connect control to end via a Throw() node.
3066 // TODO(manoskouk): If we have kNoThrow calls, do not merge them to end.
3870 // The end offset is larger than the smallest memory.
3871 // Dynamically check the end offset against the dynamic memory size.
6508 auto end = gasm_->MakeLabel(MachineRepresentation::kTaggedPointer);
6519 gasm_->Goto(&end, internal);
6530 gasm_->GotoIf(is_undefined, &end, input);
6532 gasm_->Goto(&end, obj);
6534 gasm_->Goto(&end, input);
6537 gasm_->Bind(&end);
6539 return end.PhiAt(0);
8444 func_body.end - func_body.start);
8505 if (func_body.end - func_body.start >= 100 * KB) {
8679 std::count(sig->parameters().begin(), sig->parameters().end(), from);
8681 std::count(sig->returns().begin(), sig->returns().end(), from);