Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h251 RepresentationField::encode(EncodeRepresentation(representation)) |
315 return DecodeRepresentation(RepresentationField::decode(value_)); in representation()
357 class RepresentationField
360 : public BitField<uint32_t, RepresentationField::kNext,
395 value_ = RepresentationField::update( in PropertyDetails()
Dcode-stub-assembler.cc8336 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()
520 class RepresentationField : public BitField64<MachineRepresentation, 5, 8> {};
656 LocationOperand::RepresentationField::update(this->value_, canonical), in GetCanonicalizedValue()
Dregister-allocator.h332 return RepresentationField::decode(bits_); in NON_EXPORTED_BASE()
452 typedef BitField<MachineRepresentation, 12, 8> RepresentationField; in NON_EXPORTED_BASE() typedef
Dregister-allocator.cc411 RepresentationField::encode(rep); in LiveRange()
/external/v8/src/ic/
Daccessor-assembler.cc1097 DecodeWord32<PropertyDetails::RepresentationField>(details); in OverwriteExistingFastDataProperty()