Home | History | Annotate | Download | only in src

Lines Matching full:decode

61   Kind kind() const { return KindField::decode(value_); }
177 // The slot index is a signed value which requires us to decode it manually
237 return BasicPolicyField::decode(value_);
243 return ExtendedPolicyField::decode(value_);
255 return FixedRegisterField::decode(value_);
260 return VirtualRegisterField::decode(value_);
269 return LifetimeField::decode(value_) == USED_AT_START;
589 return LengthOrDupeField::decode(object_mapping_[index]);
594 return LengthOrDupeField::decode(object_mapping_[index]);
599 return IsArgumentsField::decode(object_mapping_[index]);
603 return IsDuplicateField::decode(object_mapping_[index]);