Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc448 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope() argument
451 then_labels_(then_labels), in TestResultScope()
467 BytecodeLabels* then_labels() const { return then_labels_; } in then_labels() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope
971 BytecodeLabels then_labels(zone()), else_labels(zone()); in VisitIfStatement() local
972 VisitForTest(stmt->condition(), &then_labels, &else_labels, in VisitIfStatement()
975 then_labels.Bind(builder()); in VisitIfStatement()
1527 BytecodeLabels then_labels(zone()), else_labels(zone()); in VisitConditional() local
1529 VisitForTest(expr->condition(), &then_labels, &else_labels, in VisitConditional()
1532 then_labels.Bind(builder()); in VisitConditional()
2561 test_result->then_labels(), in VisitNot()
[all …]
Dbytecode-generator.h165 void VisitForTest(Expression* expr, BytecodeLabels* then_labels,