Searched refs:AutomaticallyRestoreInitialHeapLimit (Results 1 – 5 of 5) sorted by relevance
1501 void AutomaticallyRestoreInitialHeapLimit(double threshold_percent = 0.5);
1816 env->isolate()->AutomaticallyRestoreInitialHeapLimit(0.95); in NearHeapLimitCallback()
688 V8_EXPORT_PRIVATE void AutomaticallyRestoreInitialHeapLimit(
4341 void Heap::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() function in v8::internal::Heap
9422 void Isolate::AutomaticallyRestoreInitialHeapLimit(double threshold_percent) { in AutomaticallyRestoreInitialHeapLimit() function in v8::Isolate9426 isolate->heap()->AutomaticallyRestoreInitialHeapLimit(threshold_percent); in AutomaticallyRestoreInitialHeapLimit()