Home | History | Annotate | Download | only in src

Lines Matching defs:Guard

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