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

/external/v8/src/
H A Dproperty-details.h55 // Must fit in the BitField PropertyDetails::TypeField.
83 ASSERT(TypeField::is_valid(type));
87 value_ = TypeField::encode(type)
100 PropertyType type() { return TypeField::decode(value_); }
119 class TypeField: public BitField<PropertyType, 0, 4> {}; class in class:v8::internal::BASE_EMBEDDED
H A Dobjects.h3510 class TypeField: public BitField<ScopeType, 0, 3> {}; class in class:v8::internal::ScopeInfo
4489 class TypeField: public BitField<PropertyType, 3, 4> {}; class in class:v8::internal::Code
4501 TypeField::kMask | CacheHolderField::kMask;
/external/chromium_org/v8/src/
H A Dproperty-details.h63 // Must fit in the BitField PropertyDetails::TypeField.
172 value_ = TypeField::encode(type)
184 value_ = TypeField::encode(type)
215 PropertyType type() { return TypeField::decode(value_); }
247 class TypeField: public BitField<PropertyType, 0, 3> {}; class in class:v8::internal::BASE_EMBEDDED
H A Dobjects.h5222 class TypeField: public BitField<StubType, 3, 3> {}; class in class:v8::internal::Code
5299 TypeField::kMask | CacheHolderField::kMask;

Completed in 96 milliseconds