Home | History | Annotate | Download | only in src

Lines Matching defs:builder_

1523     HGraphBuilder* builder() const { return builder_; }
1544 HGraphBuilder* builder_;
1593 Zone* zone() { return builder_->zone(); }
1595 HGraphBuilder* builder_;
1639 Zone* zone() const { return builder_->zone(); }
1643 HGraphBuilder* builder() { return builder_; }
1644 HGraph* graph() { return builder_->graph(); }
1657 HGraphBuilder* builder_;
2625 builder_(builder) {
2626 builder_->graph()->IncrementInNoSideEffectsScope();
2629 builder_->graph()->DecrementInNoSideEffectsScope();
2633 HGraphBuilder* builder_;