Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:Visit

79   void Visit##type(type* node) override {                    \
85 HOptimizedGraphBuilder::Visit##type(node); \
94 void Visit##type(type* node) override { \
100 HOptimizedGraphBuilder::Visit##type(node); \
109 void Visit##type(type* node) override { \
110 HOptimizedGraphBuilder::Visit##type(node); \
3880 // "Visit..." function it represents.
4525 Visit(expr);
4532 Visit(expr);
4539 Visit(expr);
4547 Visit(expr);
4846 CHECK_ALIVE(Visit(stmt));
4928 Visit(stmt->statement());
4938 Visit(stmt->then_statement());
4941 Visit(stmt->else_statement());
4958 CHECK_BAILOUT(Visit(stmt->then_statement()));
4963 CHECK_BAILOUT(Visit(stmt->else_statement()));
5132 // Return from a normal inlined function. Visit the subexpression in the
5138 // Visit in value context and ignore the result. This is needed to keep
5276 CHECK_BAILOUT(Visit(stmt->body()));
5371 CHECK_ALIVE(Visit(stmt->init()));
5409 CHECK_BAILOUT(Visit(stmt->next()));
5719 Visit(expr->result());
5731 // Visit the true and false subexpressions in the same AST context as the
5736 CHECK_BAILOUT(Visit(expr->then_expression()));
5745 CHECK_BAILOUT(Visit(expr->else_expression()));
7941 // Make sure we visit the arguments object so that the liveness analysis
11522 // Visit the right subexpression in the same AST context as the entire
11524 Visit(expr->right());
11549 Visit(expr->right());
12435 CHECK_ALIVE(Visit(node->expression()));