Searched refs:PropertyLocation (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | map-updater.h | 130 int descriptor, PropertyLocation location, 139 PropertyLocation location, Representation representation); 164 PropertyLocation new_location_ = kField;
|
D | property-details.h | 75 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()
|
D | property.h | 65 PropertyAttributes attributes, PropertyLocation location,
|
D | map-updater.cc | 75 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()
|
D | property.cc | 30 PropertyLocation location, PropertyConstness constness, in Descriptor()
|
D | lookup.h | 187 PropertyLocation location() const { return property_details().location(); } in location()
|
D | objects.cc | 10281 if (details.location() == PropertyLocation::kField) { in CopyForFastObjectClone()
|