HomeSort by relevance Sort by last modified time
    Searched defs:kMutable (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkPixelRef.h 73 bool isImmutable() const { return fMutability != kMutable; }
139 kMutable, // PixelRefs begin mutable.
  /external/v8/src/
property-details.h 79 enum PropertyConstness { kMutable = 0, kConst = 1 };
83 FLAG_track_constant_fields ? kConst : kMutable;
212 kMutable, // Cell will no longer be tracked as constant.
220 kNoCell = kMutable,
408 // kMutable constness is more general than kConst, kConst generalizes only to
411 return b == kMutable || a == kConst;
416 return a == kMutable ? kMutable : b;

Completed in 77 milliseconds