Home
last modified time | relevance | path

Searched refs:AllocateExternalPointerEntry (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dembedder-data-slot-inl.h30 void EmbedderDataSlot::AllocateExternalPointerEntry(Isolate* isolate) { in AllocateExternalPointerEntry() function
134 AllocateExternalPointerEntry(isolate); in store_aligned_pointer()
Dembedder-data-slot.h58 V8_INLINE void AllocateExternalPointerEntry(Isolate* isolate);
Djs-objects-inl.h290 EmbedderDataSlot(*this, index).AllocateExternalPointerEntry(isolate); in InitializeEmbedderField()
/external/v8/src/heap/
Dfactory.cc456 EmbedderDataSlot(*array, i).AllocateExternalPointerEntry(isolate()); in NewEmbedderDataArray()