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

  /external/v8/src/
property-details.h 78 // Must fit in the BitField PropertyDetails::ConstnessField.
250 ConstnessField::encode(constness) |
304 PropertyConstness constness() const { return ConstnessField::decode(value_); }
339 class ConstnessField
342 : public BitField<PropertyAttributes, ConstnessField::kNext, 3> {};
399 value_ = ConstnessField::update(value, constness);
  /external/v8/src/ic/
accessor-assembler.cc     [all...]

Completed in 199 milliseconds