Lines Matching refs:encode
271 : value_(KindField::encode(kind) |
272 LocationField::encode(PropertyLocation::kField) |
273 AttributesField::encode(attributes) |
277 ConstnessField::encode(PropertyConstness::kMutable) |
278 DictionaryStorageField::encode(dictionary_index) |
279 PropertyCellTypeField::encode(cell_type)) {}
285 : value_(KindField::encode(kind) |
286 LocationField::encode(PropertyLocation::kField) |
287 AttributesField::encode(attributes) |
288 ConstnessField::encode(constness) |
289 DictionaryStorageField::encode(dictionary_index) |
290 PropertyCellTypeField::encode(PropertyCellType::kNoCell)) {}
298 KindField::encode(kind) | AttributesField::encode(attributes) |
299 LocationField::encode(location) |
300 ConstnessField::encode(constness) |
301 RepresentationField::encode(EncodeRepresentation(representation)) |
302 FieldIndexField::encode(field_index)) {}
369 (KindField::encode(kind) | AttributesField::encode(attributes));