Home
last modified time | relevance | path

Searched refs:GetExternallyAllocatedMemoryInBytesCallback (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-isolate.h1080 using GetExternallyAllocatedMemoryInBytesCallback = size_t (*)(); variable
1089 GetExternallyAllocatedMemoryInBytesCallback callback);
/third_party/node/deps/v8/src/heap/
Dheap.h1004 using GetExternallyAllocatedMemoryInBytesCallback = variable
1005 v8::Isolate::GetExternallyAllocatedMemoryInBytesCallback;
1008 GetExternallyAllocatedMemoryInBytesCallback callback) { in SetGetExternallyAllocatedMemoryInBytesCallback()
2263 GetExternallyAllocatedMemoryInBytesCallback external_memory_callback_;
/third_party/node/deps/v8/src/api/
Dapi.cc8528 GetExternallyAllocatedMemoryInBytesCallback callback) { in SetGetExternallyAllocatedMemoryInBytesCallback()