Home | History | Annotate | Download | only in src

Lines Matching refs:decode

40   Kind kind() const { return KindField::decode(value_); }
156 // The slot index is a signed value which requires us to decode it manually
220 return BasicPolicyField::decode(value_);
226 return ExtendedPolicyField::decode(value_);
238 return FixedRegisterField::decode(value_);
243 return VirtualRegisterField::decode(value_);
252 return LifetimeField::decode(value_) == USED_AT_START;
471 return LengthOrDupeField::decode(object_mapping_[index]);
476 return LengthOrDupeField::decode(object_mapping_[index]);
481 return IsArgumentsField::decode(object_mapping_[index]);
485 return IsDuplicateField::decode(object_mapping_[index]);