Home | History | Annotate | Download | only in src

Lines Matching defs:PropertyDetails

63 // Must fit in the BitField PropertyDetails::TypeField.
165 // PropertyDetails captures type and attributes for a property.
167 class PropertyDetails BASE_EMBEDDED {
169 PropertyDetails(PropertyAttributes attributes,
180 PropertyDetails(PropertyAttributes attributes,
192 PropertyDetails set_pointer(int i) { return PropertyDetails(value_, i); }
194 PropertyDetails CopyWithRepresentation(Representation representation) {
195 return PropertyDetails(value_, representation);
197 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) {
200 return PropertyDetails(value_, new_attributes);
204 explicit inline PropertyDetails(Smi* smi);
234 inline PropertyDetails AsDeleted();
262 PropertyDetails(int value, int pointer) {
265 PropertyDetails(int value, Representation representation) {
269 PropertyDetails(int value, PropertyAttributes attributes) {