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/
Dcontrol-flow-builders.h288 BytecodeLabels* then_labels() { return &then_labels_; } in then_labels() function
Dbytecode-generator.cc690 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope()
716 BytecodeLabels* then_labels() const { return then_labels_; } in then_labels() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope
719 void set_then_labels(BytecodeLabels* then_labels) { in set_then_labels()
6535 Token::Value token, Expression* expr, BytecodeLabels* then_labels, in VisitLogicalTestSubExpression()
6558 BytecodeLabels* then_labels = test_result->then_labels(); in VisitLogicalTest() local
6575 BytecodeLabels* then_labels = test_result->then_labels(); in VisitNaryLogicalTest() local
7100 BytecodeLabels* then_labels, in BuildTest()
7120 BytecodeLabels* then_labels, in VisitForTest()
7148 BytecodeLabels* then_labels, in VisitForNullishTest()