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

  /external/v8/src/
map-updater.h 134 int descriptor, PropertyLocation location,
143 PropertyLocation location, Representation representation);
167 PropertyLocation new_location_ = kField;
property-details.h 75 enum PropertyLocation { kField = 0, kDescriptor = 1 };
244 PropertyLocation location, PropertyConstness constness,
301 PropertyLocation location() const { return LocationField::decode(value_); }
335 class LocationField : public BitField<PropertyLocation, KindField::kNext, 1> {
404 inline bool IsGeneralizableTo(PropertyLocation a, PropertyLocation b) {
property.h 78 PropertyAttributes attributes, PropertyLocation location,
map-updater.cc 61 int descriptor, PropertyLocation location,
75 PropertyLocation location, Representation representation) {
435 PropertyLocation next_location =
503 PropertyLocation next_location = old_details.location();
lookup.h 239 PropertyLocation location() const { return property_details().location(); }

Completed in 53 milliseconds