Searched refs:then_labels (Results 1 - 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 356 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 D | bytecode-generator.cc | 690 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 D | control-flow-builders.h | 288 BytecodeLabels* then_labels() { return &then_labels_; } in then_labels() function in v8::internal::interpreter::final
|
H A D | control-flow-builders.cc | 232 then_labels()->Bind(builder()); in Then()
|
Completed in 13 milliseconds