Searched refs:kCausesGC (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc271 static const int kCausesGC = 1; member in namespace:__anon14721
274 static const int kAllEffects = kCausesGC | kRawDef | kRawUse;
280 bool hasGC() { return (effect_ & kCausesGC) != 0; }
281 void setGC() { effect_ |= kCausesGC; }
304 return ExprEffect(kCausesGC, NULL);
/external/v8/tools/gcmole/
H A Dgcmole.cc271 static const int kCausesGC = 1; member in namespace:__anon26441
274 static const int kAllEffects = kCausesGC | kRawDef | kRawUse;
280 bool hasGC() { return (effect_ & kCausesGC) != 0; }
281 void setGC() { effect_ |= kCausesGC; }
304 return ExprEffect(kCausesGC, NULL);

Completed in 75 milliseconds