Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-test.cc506 isolate->heap()->set_allocation_timeout(timeout); in RUNTIME_FUNCTION()
/external/v8/src/heap/
Dheap.h1515 void set_allocation_timeout(int timeout) { allocation_timeout_ = timeout; } in set_allocation_timeout() function