Home
last modified time | relevance | path

Searched refs:threshold_percent (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-isolate.h1483 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);
/third_party/node/deps/v8/include/
H A Dv8-isolate.h1501 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);
/third_party/node/deps/v8/src/heap/
H A Dheap.h689 double threshold_percent);
H A Dheap.cc4341 void Heap::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument
4343 initial_max_old_generation_size_ * threshold_percent; in AutomaticallyRestoreInitialHeapLimit()
/third_party/node/deps/v8/src/api/
H A Dapi.cc9441 void Isolate::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument
9442 DCHECK_GT(threshold_percent, 0.0); in AutomaticallyRestoreInitialHeapLimit()
9443 DCHECK_LT(threshold_percent, 1.0); in AutomaticallyRestoreInitialHeapLimit()
9445 isolate->heap()->AutomaticallyRestoreInitialHeapLimit(threshold_percent); in AutomaticallyRestoreInitialHeapLimit()

Completed in 41 milliseconds