Home
last modified time | relevance | path

Searched refs:then_labels (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dbytecode-generator.cc463 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope() argument
466 then_labels_(then_labels), in TestResultScope()
482 BytecodeLabels* then_labels() const { return then_labels_; } in then_labels() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope
1062 BytecodeLabels then_labels(zone()), else_labels(zone()); in VisitIfStatement() local
1063 VisitForTest(stmt->condition(), &then_labels, &else_labels, in VisitIfStatement()
1066 then_labels.Bind(builder()); in VisitIfStatement()
1642 BytecodeLabels then_labels(zone()), else_labels(zone()); in VisitConditional() local
1644 VisitForTest(expr->condition(), &then_labels, &else_labels, in VisitConditional()
1647 then_labels.Bind(builder()); in VisitConditional()
2735 test_result->then_labels(), in VisitNot()
[all …]
Dbytecode-generator.h166 void VisitForTest(Expression* expr, BytecodeLabels* then_labels,