Searched defs:TypeField (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dproperty-details.h45 // Must fit in the BitField PropertyDetails::TypeField.
196 value_ = TypeField::encode(type)
208 value_ = TypeField::encode(type)
239 PropertyType type() const { return TypeField::decode(value_); }
271 class TypeField: public BitField<PropertyType, 0, 3> {}; class in class:v8::internal::BASE_EMBEDDED
H A Dobjects.h5887 class TypeField: public BitField<StubType, 3, 1> {}; class in class:v8::internal::ConstantPoolArray::Code
5963 TypeField::kMask | CacheHolderField::kMask;

Completed in 361 milliseconds