Lines Matching defs:encoded
42 // | in construction | 1 | In construction encoded as |false|. |
50 // - |size| for regular objects is encoded with 15 bits but can actually
54 // - |size| for large objects is encoded as 0. The size of a large object is
131 static constexpr size_t DecodeSize(uint16_t encoded) {
133 return SizeField::decode(encoded) * kAllocationGranularity;
216 const uint16_t encoded =
218 return GCInfoIndexField::decode(encoded);
258 const uint16_t encoded =
260 return !FullyConstructedField::decode(encoded);
270 const uint16_t encoded =
272 return MarkBitField::decode(encoded);
360 // shares the same encoded halfs change at the same time.