Searched defs:then_labels (Results 1 – 2 of 2) sorted by relevance
265 BytecodeLabels* then_labels() { return &then_labels_; } in then_labels() function
633 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, in TestResultScope()658 BytecodeLabels* then_labels() const { return then_labels_; } in then_labels() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope661 void set_then_labels(BytecodeLabels* then_labels) { in set_then_labels()4492 Token::Value token, Expression* expr, BytecodeLabels* then_labels, in VisitLogicalTestSubExpression()4513 BytecodeLabels* then_labels = test_result->then_labels(); in VisitLogicalTest() local4530 BytecodeLabels* then_labels = test_result->then_labels(); in VisitNaryLogicalTest() local5000 BytecodeLabels* then_labels, in BuildTest()5020 BytecodeLabels* then_labels, in VisitForTest()