Searched refs:threshold_percent (Results 1 – 4 of 4) sorted by relevance
694 double threshold_percent);
3779 void Heap::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument3781 initial_max_old_generation_size_ * threshold_percent; in AutomaticallyRestoreInitialHeapLimit()
9111 void Isolate::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() argument9112 DCHECK_GT(threshold_percent, 0.0); in AutomaticallyRestoreInitialHeapLimit()9113 DCHECK_LT(threshold_percent, 1.0); in AutomaticallyRestoreInitialHeapLimit()9115 isolate->heap()->AutomaticallyRestoreInitialHeapLimit(threshold_percent); in AutomaticallyRestoreInitialHeapLimit()
9483 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);