Home
last modified time | relevance | path

Searched refs:then_labels_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/interpreter/
Dcontrol-flow-builders.h249 then_labels_(builder->zone()), in ConditionalControlFlowBuilder()
265 BytecodeLabels* then_labels() { return &then_labels_; } in then_labels()
275 BytecodeLabels then_labels_; variable
Dcontrol-flow-builders.cc167 DCHECK(then_labels_.empty() || then_labels_.is_bound()); in ~ConditionalControlFlowBuilder()
Dbytecode-generator.cc638 then_labels_(then_labels), in TestResultScope()
651 std::swap(then_labels_, else_labels_); in InvertControlFlow()
655 BytecodeLabel* NewThenLabel() { return then_labels_->New(); } in NewThenLabel()
658 BytecodeLabels* then_labels() const { return then_labels_; } in then_labels()
662 then_labels_ = then_labels; in set_then_labels()
686 BytecodeLabels* then_labels_; member in v8::internal::interpreter::BytecodeGenerator::TestResultScope