Home | History | Annotate | Download | only in src

Lines Matching refs:Guard

1016 class Guard: public ZoneObject {
1019 Guard(int reg, Relation op, int value)
1037 void AddGuard(Guard* guard);
1040 ZoneList<Guard*>* guards() { return guards_; }
1044 ZoneList<Guard*>* guards_;
1090 Guard* guard,