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

/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc272 static const int kRawDef = 2; member in namespace:__anon14721
274 static const int kAllEffects = kCausesGC | kRawDef | kRawUse;
283 bool hasRawDef() { return (effect_ & kRawDef) != 0; }
284 void setRawDef() { effect_ |= kRawDef; }
/external/v8/tools/gcmole/
H A Dgcmole.cc272 static const int kRawDef = 2; member in namespace:__anon26441
274 static const int kAllEffects = kCausesGC | kRawDef | kRawUse;
283 bool hasRawDef() { return (effect_ & kRawDef) != 0; }
284 void setRawDef() { effect_ |= kRawDef; }

Completed in 72 milliseconds