Home
last modified time | relevance | path

Searched refs:then_labels (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.h356 BytecodeLabels* then_labels,
388 void BuildTest(ToBooleanMode mode, BytecodeLabels* then_labels,
413 void VisitForTest(Expression* expr, BytecodeLabels* then_labels,
415 void VisitForNullishTest(Expression* expr, BytecodeLabels* then_labels,
H A Dbytecode-generator.cc690 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope() argument
695 then_labels_(then_labels), in TestResultScope()
716 BytecodeLabels* then_labels() const { return then_labels_; } in then_labels() function in v8::internal::interpreter::final
719 void set_then_labels(BytecodeLabels* then_labels) { in set_then_labels() argument
720 then_labels_ = then_labels; in set_then_labels()
1753 VisitForTest(stmt->condition(), conditional_builder.then_labels(), in VisitIfStatement()
2974 VisitForTest(expr->condition(), conditional_builder.then_labels(), in VisitConditional()
6535 Token::Value token, Expression* expr, BytecodeLabels* then_labels, in VisitLogicalTestSubExpression()
6541 VisitForTest(expr, then_labels, &test_next, TestFallthrough::kElse); in VisitLogicalTestSubExpression()
6546 VisitForNullishTest(expr, then_labels, in VisitLogicalTestSubExpression()
6534 VisitLogicalTestSubExpression( Token::Value token, Expression* expr, BytecodeLabels* then_labels, BytecodeLabels* else_labels, int coverage_slot) VisitLogicalTestSubExpression() argument
6558 BytecodeLabels* then_labels = test_result->then_labels(); VisitLogicalTest() local
6575 BytecodeLabels* then_labels = test_result->then_labels(); VisitNaryLogicalTest() local
7099 BuildTest(ToBooleanMode mode, BytecodeLabels* then_labels, BytecodeLabels* else_labels, TestFallthrough fallthrough) BuildTest() argument
7119 VisitForTest(Expression* expr, BytecodeLabels* then_labels, BytecodeLabels* else_labels, TestFallthrough fallthrough) VisitForTest() argument
7140 BuildTest(ToBooleanModeFromTypeHint(type_hint), then_labels, else_labels, VisitForTest() local
7147 VisitForNullishTest(Expression* expr, BytecodeLabels* then_labels, BytecodeLabels* test_next_labels, BytecodeLabels* else_labels) VisitForNullishTest() argument
[all...]
H A Dcontrol-flow-builders.h288 BytecodeLabels* then_labels() { return &then_labels_; } in then_labels() function in v8::internal::interpreter::final
H A Dcontrol-flow-builders.cc232 then_labels()->Bind(builder()); in Then()

Completed in 12 milliseconds