Searched defs:then_labels (Results 1 - 1 of 1) sorted by relevance
/external/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 463 TestResultScope(BytecodeGenerator* generator, BytecodeLabels* then_labels, argument 466 then_labels_(then_labels), 482 BytecodeLabels* then_labels() const { return then_labels_; } function in class:v8::internal::interpreter::final 1062 BytecodeLabels then_labels(zone()), else_labels(zone()); 1063 VisitForTest(stmt->condition(), &then_labels, &else_labels, 1066 then_labels.Bind(builder()); 1642 BytecodeLabels then_labels(zone()), else_labels(zone()); 1644 VisitForTest(expr->condition(), &then_labels, &else_labels, 1647 then_labels.Bind(builder()); 2735 test_result->then_labels(), 3425 VisitForTest(Expression* expr, BytecodeLabels* then_labels, BytecodeLabels* else_labels, TestFallthrough fallthrough) argument [all...] |
Completed in 352 milliseconds