Lines Matching refs:V8_INLINE
93 V8_INLINE static void PopulateEmbedderDataSnapshot(Map map,
99 V8_INLINE EmbedderDataSlot(EmbedderDataArray array, int entry_index);
100 V8_INLINE EmbedderDataSlot(JSObject object, int embedder_field_index);
101 V8_INLINE explicit EmbedderDataSlot(const EmbedderDataSlotSnapshot& snapshot);
106 V8_INLINE void Initialize(Object initial_value);
108 V8_INLINE Object load_tagged() const;
109 V8_INLINE void store_smi(Smi value);
114 static V8_INLINE void store_tagged(EmbedderDataArray array, int entry_index,
116 static V8_INLINE void store_tagged(JSObject object, int embedder_field_index,
126 V8_INLINE bool ToAlignedPointer(Isolate* isolate, void** out_result) const;
130 V8_INLINE V8_WARN_UNUSED_RESULT bool store_aligned_pointer(Isolate* isolate,
133 V8_INLINE RawData load_raw(Isolate* isolate,
135 V8_INLINE void store_raw(Isolate* isolate, RawData data,
141 V8_INLINE void gc_safe_store(Isolate* isolate, Address value);