Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc270 static const int kCausesGC = 1; variable
273 static const int kAllEffects = kCausesGC | kRawDef | kRawUse;
279 bool hasGC() { return (effect_ & kCausesGC) != 0; } in hasGC()
280 void setGC() { effect_ |= kCausesGC; } in setGC()
303 return ExprEffect(kCausesGC, NULL); in GC()