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

  /external/skia/include/core/
SkPixelRef.h 73 bool isImmutable() const { return fMutability != kMutable; }
139 kMutable, // PixelRefs begin mutable.
  /external/skia/src/core/
SkPixelRef.cpp 47 fMutability = kMutable;
66 fMutability = kMutable;
173 fMutability = kMutable;
  /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;
map-updater.h 166 PropertyConstness new_constness_ = kMutable;
property.cc 28 return DataField(key, field_index, attributes, kMutable, representation,
lookup.cc 243 if (!IsConstFieldValueEqualTo(*value)) new_constness = kMutable;
246 new_constness = kMutable;
286 kMutable, value);
290 PropertyDetails details(kData, attributes, 0, PropertyCellType::kMutable);
532 PropertyDetails details(kAccessor, attributes, 0, PropertyCellType::kMutable);
    [all...]
map-updater.cc 121 new_constness_ = kMutable;
444 next_constness = kMutable;
447 DCHECK_IMPLIES(next_constness == kMutable, next_location == kField);
514 DCHECK_IMPLIES(!FLAG_track_constant_fields, next_constness == kMutable);
objects-printer.cc     [all...]
objects.cc     [all...]
factory.cc     [all...]
bootstrapper.cc     [all...]
  /external/v8/src/ic/
handler-configuration-inl.h 124 DCHECK_IMPLIES(!FLAG_track_constant_fields, constness == kMutable);
125 Kind kind = constness == kMutable ? kStoreField : kStoreConstField;
  /external/v8/src/compiler/
access-info.cc 510 kMutable, MapList{map}, field_index, field_representation, field_type);
572 kMutable, MapList{map}, field_index, field_representation, field_type,
js-native-context-specialization.cc 377 if (property_details.cell_type() != PropertyCellType::kMutable ||
481 case PropertyCellType::kMutable: {
    [all...]

Completed in 283 milliseconds