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

/external/chromium_org/v8/src/
H A Dproperty-details.h210 | RepresentationField::encode(EncodeRepresentation(representation))
251 return DecodeRepresentation(RepresentationField::decode(value_));
279 class RepresentationField: public BitField<uint32_t, 6, 4> {}; class in class:v8::internal::BASE_EMBEDDED
295 value_ = RepresentationField::update(
H A Dhydrogen-instructions.h5924 return Representation::FromKind(RepresentationField::decode(value_));
6232 RepresentationField::encode(representation.kind()) |
6243 ASSERT(RepresentationField::decode(value_) == representation.kind());
6248 class RepresentationField : public BitField<Representation::Kind, 3, 4> {}; class in class:V8_FINAL

Completed in 94 milliseconds