Home
last modified time | relevance | path

Searched refs:VisitForTest (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.cc1063 VisitForTest(stmt->condition(), &then_labels, &else_labels, in VisitIfStatement()
1188 VisitForTest(stmt->cond(), &loop_backbranch, loop_builder.break_labels(), in VisitDoWhileStatement()
1207 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitWhileStatement()
1231 VisitForTest(stmt->cond(), &loop_body, loop_builder.break_labels(), in VisitForStatement()
1644 VisitForTest(expr->condition(), &then_labels, &else_labels, in VisitConditional()
2734 VisitForTest(expr->expression(), test_result->else_labels(), in VisitNot()
3091 VisitForTest(left, test_result->then_labels(), &test_right, in VisitLogicalOrExpression()
3094 VisitForTest(right, test_result->then_labels(), in VisitLogicalOrExpression()
3126 VisitForTest(left, &test_right, test_result->else_labels(), in VisitLogicalAndExpression()
3129 VisitForTest(right, test_result->then_labels(), in VisitLogicalAndExpression()
[all …]
Dbytecode-generator.h166 void VisitForTest(Expression* expr, BytecodeLabels* then_labels,
/external/v8/src/compiler/
Dast-graph-builder.cc908 void AstGraphBuilder::VisitForTest(Expression* expr) { in VisitForTest() function in v8::internal::compiler::AstGraphBuilder
1045 VisitForTest(stmt->condition()); in VisitIfStatement()
1138 VisitForTest(stmt->cond()); in VisitDoWhileStatement()
1148 VisitForTest(stmt->cond()); in VisitWhileStatement()
1162 VisitForTest(stmt->cond()); in VisitForStatement()
1236 VisitForTest(expr->condition()); in VisitConditional()
2164 VisitForTest(expr->expression()); in VisitNot()
2199 VisitForTest(expr->left()); in VisitLogicalExpression()
Dast-graph-builder.h359 void VisitForTest(Expression* expr);