Home
last modified time | relevance | path

Searched defs:then_labels (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
H A Dcontrol-flow-builders.h288 BytecodeLabels* then_labels() { return &then_labels_; } in then_labels() function in v8::internal::interpreter::final
H A Dbytecode-generator.cc690 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope() argument
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
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...]

Completed in 11 milliseconds