Home
last modified time | relevance | path

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

/external/v8/tools/gcmole/
Dgcmole.cc272 static const int kRawUse = 4; variable
273 static const int kAllEffects = kCausesGC | kRawDef | kRawUse;
285 bool hasRawUse() { return (effect_ & kRawUse) != 0; } in hasRawUse()
286 void setRawUse() { effect_ |= kRawUse; } in setRawUse()
292 static ExprEffect RawUse() { return ExprEffect(kRawUse, NULL); } in RawUse()