Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-generator.cc466 then_labels_(then_labels), in TestResultScope()
479 BytecodeLabel* NewThenLabel() { return then_labels_->New(); } in NewThenLabel()
482 BytecodeLabels* then_labels() const { return then_labels_; } in then_labels()
498 BytecodeLabels* then_labels_; member in v8::internal::interpreter::BytecodeGenerator::TestResultScope