Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
Druntime-test.cc898 isolate->heap()->set_allocation_timeout(timeout); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
Dheap.h1588 void V8_EXPORT_PRIVATE set_allocation_timeout(int allocation_timeout);
Dheap.cc7505 void Heap::set_allocation_timeout(int allocation_timeout) { in set_allocation_timeout() function in v8::internal::Heap