Guard 1393 src/jsregexp.cc guards_ = new(zone) ZoneList<Guard*>(1, zone);
Guard 1498 src/jsregexp.cc case Guard::LT:
Guard 1504 src/jsregexp.cc case Guard::GEQ:
Guard 3812 src/jsregexp.cc ZoneList<Guard*>* guards = alternative.guards();
Guard 3929 src/jsregexp.cc ZoneList<Guard*>* guards = alternative.guards();
Guard 4040 src/jsregexp.cc ZoneList<Guard*>* guards = alternative.guards();
Guard 4864 src/jsregexp.cc Guard* body_guard =
Guard 4865 src/jsregexp.cc new(zone) Guard(reg_ctr, Guard::LT, max);
Guard 4870 src/jsregexp.cc Guard* rest_guard = new(compiler->zone()) Guard(reg_ctr, Guard::GEQ, min);
Guard 1005 src/jsregexp.h class Guard: public ZoneObject {
Guard 1008 src/jsregexp.h Guard(int reg, Relation op, int value)
Guard 1026 src/jsregexp.h void AddGuard(Guard* guard, Zone* zone);
Guard 1029 src/jsregexp.h ZoneList<Guard*>* guards() { return guards_; }
Guard 1033 src/jsregexp.h ZoneList<Guard*>* guards_;
Guard 1088 src/jsregexp.h Guard* guard,
Guard 409 src/platform-freebsd.cc OS::Guard(address, OS::CommitPageSize());
Guard 647 src/platform-linux.cc OS::Guard(address, OS::CommitPageSize());
Guard 431 src/platform-macos.cc OS::Guard(address, OS::CommitPageSize());
Guard 460 src/platform-openbsd.cc OS::Guard(address, OS::CommitPageSize());
Guard 401 src/platform-solaris.cc OS::Guard(address, OS::CommitPageSize());
Guard 198 src/platform.h static void Guard(void* address, const size_t size);
Guard 377 src/platform.h bool Guard(void* address);
Guard 740 src/spaces.cc if (!vm->Guard(start + CodePageGuardStartOffset())) {
Guard 753 src/spaces.cc if (!vm->Guard(start + CodePageAreaStartOffset() + area_size)) {