Home
last modified time | relevance | path

Searched refs:PropertyLocation (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dmap-updater.h130 int descriptor, PropertyLocation location,
139 PropertyLocation location, Representation representation);
164 PropertyLocation new_location_ = kField;
Dproperty-details.h75 enum PropertyLocation { kField = 0, kDescriptor = 1 }; enum
246 PropertyLocation location, PropertyConstness constness,
303 PropertyLocation location() const { return LocationField::decode(value_); } in location()
337 class LocationField : public BitField<PropertyLocation, KindField::kNext, 1> {
410 inline bool IsGeneralizableTo(PropertyLocation a, PropertyLocation b) { in IsGeneralizableTo()
Dproperty.h65 PropertyAttributes attributes, PropertyLocation location,
Dmap-updater.cc75 int descriptor, PropertyLocation location, in GetOrComputeFieldType()
89 PropertyLocation location, Representation representation) { in GetOrComputeFieldType()
486 PropertyLocation next_location = in BuildDescriptorArray()
560 PropertyLocation next_location = old_details.location(); in BuildDescriptorArray()
Dproperty.cc30 PropertyLocation location, PropertyConstness constness, in Descriptor()
Dlookup.h187 PropertyLocation location() const { return property_details().location(); } in location()
Dobjects.cc10281 if (details.location() == PropertyLocation::kField) { in CopyForFastObjectClone()