Lines Matching defs:body
93 // by replicating the bytecode of the body of the quantifier. The number
138 node->body()->Accept(this, nullptr);
144 node->body()->Accept(this, nullptr);
149 node->body()->Accept(this, nullptr);
448 // <body>
471 // FORK body
473 // body:
474 // <body>
475 // FORK body
479 Label body;
482 assembler_.Fork(body);
485 assembler_.Bind(body);
487 assembler_.Fork(body);
498 // <body>
500 // <body>
504 // <body>
524 // <body>
528 // <body>
531 // body{max_repetition_num - 1}:
532 // <body>
538 Label body;
539 assembler_.Fork(body);
542 assembler_.Bind(body);
549 // Emit the body, but clear registers occuring in body first.
557 Interval body_registers = node->body()->CaptureRegisters();
560 node->body()->Accept(this, nullptr);
563 // First repeat the body `min()` times.
595 node->body()->Accept(this, nullptr);
601 node->body()->Accept(this, nullptr);