Searched refs:guards_ (Results 1 – 2 of 2) sorted by relevance
883 explicit GuardedAlternative(RegExpNode* node) : node_(node), guards_(NULL) { } in GuardedAlternative()887 ZoneList<Guard*>* guards() { return guards_; } in guards()891 ZoneList<Guard*>* guards_; variable
1444 if (guards_ == NULL) in AddGuard()1445 guards_ = new(zone) ZoneList<Guard*>(1, zone); in AddGuard()1446 guards_->Add(guard, zone); in AddGuard()