Searched defs:guards (Results 1 - 3 of 3) sorted by relevance

/external/dbus/dbus/
H A Ddbus-memory.c105 static dbus_bool_t guards = FALSE; variable
146 guards = TRUE;
147 _dbus_verbose ("Will use malloc guards\n");
457 else if (guards)
511 else if (guards)
566 else if (guards)
580 /* old guards shouldn't have moved */
620 if (guards)
820 old_guards = guards;
821 guards
[all...]
/external/v8/src/
H A Djsregexp.h985 ZoneList<Guard*>* guards() { return guards_; } function in class:v8::internal::GuardedAlternative
H A Djsregexp.cc2700 ZoneList<Guard*>* guards = alternative.guards(); local
2701 int guard_count = (guards == NULL) ? 0 : guards->length();
2703 ASSERT(!trace->mentions_reg(guards->at(j)->reg()));
2771 ZoneList<Guard*>* guards = alternative.guards(); local
2772 int guard_count = (guards == NULL) ? 0 : guards->length();
2830 GenerateGuard(macro_assembler, guards
2882 ZoneList<Guard*>* guards = alternative.guards(); local
4895 ZoneList<Guard*>* guards = alternative.guards(); local
[all...]

Completed in 87 milliseconds