Home
last modified time | relevance | path

Searched refs:AllocateExternalBackingStore (Results 1 – 11 of 11) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dbacking-store.cc249 buffer_start = isolate->heap()->AllocateExternalBackingStore( in Allocate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dbacking-store.cc244 buffer_start = isolate->heap()->AllocateExternalBackingStore( in Allocate()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dbacking-store.cc318 buffer_start = isolate->heap()->AllocateExternalBackingStore( in Allocate()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dheap.h1344 V8_EXPORT_PRIVATE void* AllocateExternalBackingStore(
H A Dheap.cc2851 void* Heap::AllocateExternalBackingStore( in AllocateExternalBackingStore() function in v8::internal::Heap
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dheap.h1419 V8_EXPORT_PRIVATE void* AllocateExternalBackingStore(
H A Dheap.cc2765 void* Heap::AllocateExternalBackingStore( in AllocateExternalBackingStore() function in v8::internal::Heap
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap.h1538 V8_EXPORT_PRIVATE void* AllocateExternalBackingStore(
H A Dheap.cc3094 void* Heap::AllocateExternalBackingStore( in AllocateExternalBackingStore() function in v8::internal::Heap
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dcctest.status1099 'test-heap/AllocateExternalBackingStore': [SKIP],
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc6938 TEST(AllocateExternalBackingStore) { in TEST() argument
6945 heap->AllocateExternalBackingStore([](size_t) { return nullptr; }, 10); in TEST()