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

  /external/v8/src/
map-updater.h 58 PropertyConstness constness,
146 PropertyConstness new_constness,
166 PropertyConstness new_constness_ = kMutable;
property-details.h 79 enum PropertyConstness { kMutable = 0, kConst = 1 };
82 const PropertyConstness kDefaultFieldConstness =
244 PropertyLocation location, PropertyConstness constness,
279 PropertyDetails CopyWithConstness(PropertyConstness constness) const {
302 PropertyConstness constness() const { return ConstnessField::decode(value_); }
338 : public BitField<PropertyConstness, LocationField::kNext, 1> {};
392 PropertyDetails(int value, PropertyConstness constness) {
410 inline bool IsGeneralizableTo(PropertyConstness a, PropertyConstness b) {
414 inline PropertyConstness GeneralizeConstness(PropertyConstness a
    [all...]
property.h 37 PropertyConstness constness,
79 PropertyConstness constness, Representation representation,
property.cc 34 PropertyConstness constness,
map-updater.cc 88 PropertyConstness constness,
157 PropertyConstness new_constness,
297 PropertyConstness tmp_constness = tmp_details.constness();
430 PropertyConstness next_constness = GeneralizeConstness(
502 PropertyConstness next_constness = old_details.constness();
lookup.h 240 PropertyConstness constness() const { return property_details().constness(); }
lookup.cc 237 PropertyConstness new_constness = kConst;
    [all...]
objects.h     [all...]
objects.cc     [all...]
  /external/v8/src/ic/
handler-configuration.h 180 PropertyConstness constness,
handler-configuration-inl.h 122 PropertyConstness constness,
  /external/v8/src/compiler/
access-info.h 76 PropertyConstness constness, MapList const& receiver_maps,
access-info.cc 83 PropertyConstness constness, MapList const& receiver_maps,

Completed in 1346 milliseconds