Lines Matching defs:Do
489 void Do(const For0BodyFunction& body) {
550 V8_WARN_UNUSED_RESULT ForBuilder1& Do(const For1BodyFunction& body) {
1268 ForZeroUntil(search_string_length).Do([&](TNode<Number> k) {
1387 ForZeroUntil(original_length).Do([&](TNode<Number> k) {
1529 Forever(k, step).Do([&](TNode<Number> k) {
1554 .Do([&](TNode<Number> k, TNode<Object>* accumulator) {
1674 ForZeroUntil(original_length).Do([&](TNode<Number> k) {
1809 .Do([&](TNode<Number> k, TNode<Object>* a_length_object) {
1937 ForZeroUntil(original_length).Do([&](TNode<Number> k) {
2038 ForZeroUntil(original_length).Do([&](TNode<Number> k) {
4255 // Do not optimize calls with a large number of arguments.
4532 // Do not reduce calls to functions with break points.
5097 // Do not reduce constructors with break points.
5794 // Convert the hole to undefined. Do this last, so that we can optimize
6036 // Convert the hole to undefined. Do this last, so that we can optimize
8113 // Do not reduce if the exec method is not on the prototype chain.