Searched refs:then_labels_ (Results 1 – 1 of 1) sorted by relevance
451 then_labels_(then_labels), in TestResultScope()464 BytecodeLabel* NewThenLabel() { return then_labels_->New(); } in NewThenLabel()467 BytecodeLabels* then_labels() const { return then_labels_; } in then_labels()483 BytecodeLabels* then_labels_; member in v8::internal::interpreter::BytecodeGenerator::TestResultScope