Home | History | Annotate | Download | only in src

Lines Matching refs:V8_INLINE

27   V8_INLINE bool IsTagged(int field_index);
38 V8_INLINE bool IsFastPointerLayout();
39 V8_INLINE static bool IsFastPointerLayout(Object* layout_descriptor);
42 V8_INLINE bool IsSlowLayout();
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);
70 V8_INLINE static LayoutDescriptor* FastPointerLayout();
91 V8_INLINE int capacity();
99 V8_INLINE static Handle<LayoutDescriptor> New(Isolate* isolate, int length);
100 V8_INLINE static LayoutDescriptor* FromSmi(Smi* smi);
102 V8_INLINE static bool InobjectUnboxedField(int inobject_properties,
107 V8_INLINE static int CalculateCapacity(Map* map, DescriptorArray* descriptors,
112 V8_INLINE static int GetSlowModeBackingStoreLength(int length);
116 V8_INLINE static LayoutDescriptor* Initialize(
125 V8_INLINE bool GetIndexes(int field_index, int* layout_word_index,
128 V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetRawData(int field_index);
130 V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetTagged(int field_index,