Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dcontrol-flow-builders.h265 BytecodeLabels* then_labels() { return &then_labels_; } in then_labels() function
Dbytecode-generator.cc633 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::TestResultScope
661 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() local
4530 BytecodeLabels* then_labels = test_result->then_labels(); in VisitNaryLogicalTest() local
5000 BytecodeLabels* then_labels, in BuildTest()
5020 BytecodeLabels* then_labels, in VisitForTest()