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

/external/v8/src/
H A Dlayout-descriptor.h15 // LayoutDescriptor is a bit vector defining which fields contain non-tagged
25 class LayoutDescriptor : public FixedTypedArray<Uint32ArrayTraits> { class in namespace:v8::internal
44 V8_INLINE static LayoutDescriptor* cast(Object* object);
45 V8_INLINE static const LayoutDescriptor* cast(const Object* object);
47 V8_INLINE static LayoutDescriptor* cast_gc_safe(Object* object);
52 static Handle<LayoutDescriptor> New(Handle<Map> map,
58 static Handle<LayoutDescriptor> ShareAppend(Handle<Map> map,
64 static Handle<LayoutDescriptor> AppendIfFastOrUseFull(
66 Handle<LayoutDescriptor> full_layout_descriptor);
70 V8_INLINE static LayoutDescriptor* FastPointerLayou
[all...]

Completed in 61 milliseconds