Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc464 BytecodeLabels* else_labels, TestFallthrough fallthrough) in TestResultScope()
483 BytecodeLabels* else_labels() const { return else_labels_; } in else_labels() function in v8::internal::interpreter::BytecodeGenerator::TestResultScope
1062 BytecodeLabels then_labels(zone()), else_labels(zone()); in VisitIfStatement() local
1642 BytecodeLabels then_labels(zone()), else_labels(zone()); in VisitConditional() local
3427 BytecodeLabels* else_labels, in VisitForTest()