HomeSort by relevance Sort by last modified time
    Searched refs:LocationField (Results 1 - 6 of 6) sorted by null

  /external/v8/src/ast/
variables.cc 30 LocationField::encode(VariableLocation::UNALLOCATED) |
variables.h 94 return LocationField::decode(bit_field_);
113 bit_field_ = LocationField::update(bit_field_, location);
142 class LocationField
145 : public BitField16<bool, LocationField::kNext, 1> {};
  /external/v8/src/compiler/
linkage.h 110 class LocationField : public BitField<int32_t, TypeField::kNext, 31> {};
118 ((location << LocationField::kShift) & LocationField::kMask);
134 return static_cast<int32_t>(bit_field_ & LocationField::kMask) >>
135 LocationField::kShift;
  /external/v8/src/
property-details.h 74 // Must fit in the BitField PropertyDetails::LocationField.
236 value_ = KindField::encode(kind) | LocationField::encode(kField) |
247 LocationField::encode(location) |
301 PropertyLocation location() const { return LocationField::decode(value_); }
335 class LocationField : public BitField<PropertyLocation, KindField::kNext, 1> {
338 : public BitField<PropertyConstness, LocationField::kNext, 1> {};
code-stub-assembler.cc     [all...]
  /external/v8/src/ic/
keyed-store-generic.cc 673 GotoIf(Word32NotEqual(DecodeWord32<PropertyDetails::LocationField>(details),
    [all...]

Completed in 286 milliseconds