Home | History | Annotate | Download | only in src

Lines Matching refs:encode

6311     : value_(PortionField::encode(portion) |
6312 RepresentationField::encode(representation.kind()) |
6313 ImmutableField::encode(immutable ? 1 : 0) |
6314 ExistingInobjectPropertyField::encode(
6316 OffsetField::encode(offset)),
6656 bit_field_ = ElementsKindField::encode(elements_kind) |
6657 HoleModeField::encode(mode) |
6658 BaseOffsetField::encode(offset);