Home
last modified time | relevance | path

Searched refs:RepresentationField (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dproperty-details.h249 RepresentationField::encode(EncodeRepresentation(representation)) |
313 return DecodeRepresentation(RepresentationField::decode(value_)); in representation()
351 class RepresentationField
354 : public BitField<uint32_t, RepresentationField::kNext,
389 value_ = RepresentationField::update( in PropertyDetails()
Dcode-stub-assembler.cc4962 DecodeWord32<PropertyDetails::RepresentationField>(details); in LoadPropertyFromFastObject()
/external/v8/src/compiler/
Dinstruction.h435 value_ |= RepresentationField::encode(rep); in LocationOperand()
477 return RepresentationField::decode(value_); in representation()
521 class RepresentationField : public BitField64<MachineRepresentation, 5, 8> {};
658 LocationOperand::RepresentationField::update(this->value_, canonical), in GetCanonicalizedValue()
Dregister-allocator.h329 return RepresentationField::decode(bits_); in NON_EXPORTED_BASE()
449 typedef BitField<MachineRepresentation, 12, 8> RepresentationField; in NON_EXPORTED_BASE() typedef
Dregister-allocator.cc418 RepresentationField::encode(rep); in LiveRange()
/external/v8/src/ic/
Dkeyed-store-generic.cc687 DecodeWord32<PropertyDetails::RepresentationField>(details); in OverwriteExistingFastProperty()
/external/v8/src/crankshaft/
Dhydrogen-instructions.h5074 return Representation::FromKind(RepresentationField::decode(value_)); in representation()
5488 RepresentationField::encode(representation.kind()) |
5499 DCHECK(RepresentationField::decode(value_) == representation.kind());
5504 class RepresentationField : public BitField<Representation::Kind, 3, 4> {};