Home | History | Annotate | Download | only in src

Lines Matching refs:targets_

1222   explicit TargetCollector(Zone* zone) : targets_(0, zone) { }
1234 ZoneList<Label*>* targets() { return &targets_; }
1237 ZoneList<Label*> targets_;