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();
90 V8_INLINE int capacity();
98 V8_INLINE static Handle<LayoutDescriptor> New(Isolate* isolate, int length);
99 V8_INLINE static LayoutDescriptor* FromSmi(Smi* smi);
101 V8_INLINE static bool InobjectUnboxedField(int inobject_properties,
106 V8_INLINE static int CalculateCapacity(Map* map, DescriptorArray* descriptors,
111 V8_INLINE static int GetSlowModeBackingStoreLength(int length);
115 V8_INLINE static LayoutDescriptor* Initialize(
124 V8_INLINE bool GetIndexes(int field_index, int* layout_word_index,
127 V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetRawData(int field_index);
129 V8_INLINE MUST_USE_RESULT LayoutDescriptor* SetTagged(int field_index,