Searched refs:RepresentationField (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dproperty-details.h203 | RepresentationField::encode(EncodeRepresentation(representation))
244 return DecodeRepresentation(RepresentationField::decode(value_));
272 class RepresentationField : public BitField<uint32_t, 5, 4> {}; class in class:v8::internal::BASE_EMBEDDED
288 value_ = RepresentationField::update(
H A Dhydrogen-instructions.h5998 return Representation::FromKind(RepresentationField::decode(value_));
6312 RepresentationField::encode(representation.kind()) |
6323 DCHECK(RepresentationField::decode(value_) == representation.kind());
6328 class RepresentationField : public BitField<Representation::Kind, 3, 4> {}; class in class:v8::FINAL::FINAL

Completed in 128 milliseconds