Home
last modified time | relevance | path

Searched refs:AutomaticallyRestoreInitialHeapLimit (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-isolate.h1501 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);
/third_party/node/src/
Denv.cc1816 env->isolate()->AutomaticallyRestoreInitialHeapLimit(0.95); in NearHeapLimitCallback()
/third_party/node/deps/v8/src/heap/
Dheap.h688 V8_EXPORT_PRIVATE void AutomaticallyRestoreInitialHeapLimit(
Dheap.cc4341 void Heap::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() function in v8::internal::Heap
/third_party/node/deps/v8/src/api/
Dapi.cc9422 void Isolate::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() function in v8::Isolate
9426 isolate->heap()->AutomaticallyRestoreInitialHeapLimit(threshold_percent); in AutomaticallyRestoreInitialHeapLimit()